Html Css Color HEX #187A66 Deep Sea

📋 copy color: '#187A66'

red 24 ◦ green 122 ◦ blue 102

#187A66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #187A66

Tints of Deep Sea #187A66

RGB

 RED value IS 24 (9.77% from 255) = 9.68%

 GREEN value IS 122 (48.05% from 255) = 49.19%

 BLUE value IS 102 (40.23% from 255) = 41.13%

R = 9.68%
G = 49.19%
B = 41.13%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#187A66 (or 0x187A66) is known color: Deep Sea. HEX triplet: 18, 7A and 66. RGB value is (24,122,102). Sum of RGB (Red+Green+Blue) = 24+122+102=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #187A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187A66 is #E78599. Grayscale: #5A5A5A. Windows color (decimal): -15173018 or 6715928. OLE color: 6715928.

HSL color Cylindrical-coordinate representation of color #187A66: hue angle of 167.76º 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 #187A66 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 122 102 -
CMYK 0.80 0 0.16 0.52
HSL 167.76º 0.67% 0.29% -
HSV(B) 167.76º 0.8% 0.48% -
XYZ 9.73 15.07 14.97 -
YUV 90.42 134.53 80.63 -
System Red Green Blue C M Y K H S L
Decimal 24 122 102 0.80 0 0.16 0.52 167.76 0.67 0.29
Hex 18 7A 66 50 0 10 34 A8 43 1D
Octal 30 172 146 120 0 20 64 250 103 35
Binary 11000 1111010 1100110 1010000 0 10000 110100 10101000 1000011 11101

Color Harmonies of #187A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187A66

Black with #187A66

Text Example


Text Example

White with #187A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #187A66;
 }
 .AnyTagClassName
 {
   color: #187A66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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