#187A6A

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

Shades of Deep Sea #187A6A

Tints of Deep Sea #187A6A

Color information

#187A6A (or 0x187A6A) is unknown color: approx Deep Sea. HEX triplet: 18, 7A and 6A. RGB value is (24,122,106). Sum of RGB (Red+Green+Blue) = 24+122+106=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 122 - color contains mainly: green. Hex color #187A6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187A6A is #E78595. Grayscale: #5A5A5A. Windows color (decimal): -15173014 or 6978072. OLE color: 6978072.

HSL color Cylindrical-coordinate representation of color #187A6A: hue angle of 170.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187A6A is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB24122106-
CMYK0.8000.130.52
HSL170.2º67.12%28.63%-
HSV(B)170.2º80.33%47.84%-
XYZ9.9415.1516.04-
YUV90.87136.5380.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.52%
GREEN value IS 122 (48.05% from 255) = 48.41%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=9.52%
G=48.41%
B=42.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal241221060.8000.130.52170.267.1228.63
Hex187A6A500D34aa431d
Octal301721521200156425210335
Binary110001111010110101010100000110111010010101010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187A6A; }

 p { color: rgb(24,122,106); }

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

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

 a { background-color: rgb(24,122,106); }

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

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

 span { border-color: rgb(24,122,106); }

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