#148268

Color #148268 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #148268

Tints of Deep Sea #148268

Color information

#148268 (or 0x148268) is unknown color: approx Deep Sea. HEX triplet: 14, 82 and 68. RGB value is (20,130,104). Sum of RGB (Red+Green+Blue) = 20+130+104=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #148268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148268 is #EB7D97. Grayscale: #5E5E5E. Windows color (decimal): -15433112 or 6849044. OLE color: 6849044.

HSL color Cylindrical-coordinate representation of color #148268: hue angle of 165.82º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148268 is Cyan = 0.85, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB20130104-
CMYK0.8500.20.49
HSL165.82º73.33%29.41%-
HSV(B)165.82º84.62%50.98%-
XYZ10.7717.1115.83-
YUV94.15133.5675.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 7.87%
GREEN value IS 130 (51.17% from 255) = 51.18%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=7.87%
G=51.18%
B=40.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201301040.8500.20.49165.8273.3329.41
Hex1482685501431a6491d
Octal242021501250246124611135
Binary10100100000101101000101010101010011000110100110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148268; }

 p { color: rgb(20,130,104); }

 H1.HeaderClassName
 {
   color: #148268;
 }
 .AnyTagClassName
 {
   color: #148268;
 }
</style>
background-color css

<style>
 a { background-color: #148268; }

 a { background-color: rgb(20,130,104); }

 div.DivClassName
 {
   background-color: #148268;
 }
 .BgClassName
 {
   background-color: #148268;
 }
</style>
border-color css

<style>
 span { border-color: #148268; }

 span { border-color: rgb(20,130,104); }

 td.TdClassName
 {
   border-color: #148268;
 }
 .TagClassName
 {
   border-color: #148268;
 }
</style>