Html Css Color HEX #18786C Deep Sea

📋 copy color: '#18786C'

red 24 ◦ green 120 ◦ blue 108

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

Shades of Deep Sea #18786C

Tints of Deep Sea #18786C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.62%

 BLUE value IS 108 (42.58% from 255) = 42.86%

R = 9.52%
G = 47.62%
B = 42.86%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#18786C (or 0x18786C) is known color: Deep Sea. HEX triplet: 18, 78 and 6C. RGB value is (24,120,108). Sum of RGB (Red+Green+Blue) = 24+120+108=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #18786C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18786C is #E78793. Grayscale: #595959. Windows color (decimal): -15173524 or 7108632. OLE color: 7108632.

HSL color Cylindrical-coordinate representation of color #18786C: hue angle of 172.5º 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 #18786C is Cyan = 0.8, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 120 108 -
CMYK 0.8 0 0.10 0.53
HSL 172.5º 0.67% 0.28% -
HSV(B) 172.5º 0.8% 0.47% -
XYZ 9.8 14.71 16.51 -
YUV 89.93 138.2 80.98 -
System Red Green Blue C M Y K H S L
Decimal 24 120 108 0.8 0 0.10 0.53 172.5 0.67 0.28
Hex 18 78 6C 50 0 A 35 AC 43 1C
Octal 30 170 154 120 0 12 65 254 103 34
Binary 11000 1111000 1101100 1010000 0 1010 110101 10101100 1000011 11100

Color Harmonies of #18786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18786C

Black with #18786C

Text Example


Text Example

White with #18786C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18786C; }

 p { color: rgb(24,120,108); }

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

background-color css

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

 a { background-color: rgb(24,120,108); }

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

border-color css

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

 span { border-color: rgb(24,120,108); }

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