Html Css Color HEX #187966 Deep Sea

📋 copy color: '#187966'

red 24 ◦ green 121 ◦ blue 102

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

Shades of Deep Sea #187966

Tints of Deep Sea #187966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.99%

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

R = 9.72%
G = 48.99%
B = 41.3%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#187966 (or 0x187966) is known color: Deep Sea. HEX triplet: 18, 79 and 66. RGB value is (24,121,102). Sum of RGB (Red+Green+Blue) = 24+121+102=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #187966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187966 is #E78699. Grayscale: #595959. Windows color (decimal): -15173274 or 6715672. OLE color: 6715672.

HSL color Cylindrical-coordinate representation of color #187966: hue angle of 168.25º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187966 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 121 102 -
CMYK 0.80 0 0.16 0.53
HSL 168.25º 0.67% 0.28% -
HSV(B) 168.25º 0.8% 0.47% -
XYZ 9.61 14.83 14.93 -
YUV 89.83 134.86 81.04 -
System Red Green Blue C M Y K H S L
Decimal 24 121 102 0.80 0 0.16 0.53 168.25 0.67 0.28
Hex 18 79 66 50 0 10 35 A8 43 1C
Octal 30 171 146 120 0 20 65 250 103 34
Binary 11000 1111001 1100110 1010000 0 10000 110101 10101000 1000011 11100

Color Harmonies of #187966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187966

Black with #187966

Text Example


Text Example

White with #187966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187966; }

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

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

background-color css

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

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

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

border-color css

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

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

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