Html Css Color HEX #18766C Deep Sea

📋 copy color: '#18766C'

red 24 ◦ green 118 ◦ blue 108

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

Shades of Deep Sea #18766C

Tints of Deep Sea #18766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.2%

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

R = 9.6%
G = 47.2%
B = 43.2%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#18766C (or 0x18766C) is known color: Deep Sea. HEX triplet: 18, 76 and 6C. RGB value is (24,118,108). Sum of RGB (Red+Green+Blue) = 24+118+108=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #18766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18766C is #E78993. Grayscale: #585858. Windows color (decimal): -15174036 or 7108120. OLE color: 7108120.

HSL color Cylindrical-coordinate representation of color #18766C: hue angle of 173.62º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18766C is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 118 108 -
CMYK 0.80 0 0.08 0.54
HSL 173.62º 0.66% 0.28% -
HSV(B) 173.62º 0.8% 0.46% -
XYZ 9.56 14.23 16.43 -
YUV 88.75 138.86 81.81 -
System Red Green Blue C M Y K H S L
Decimal 24 118 108 0.80 0 0.08 0.54 173.62 0.66 0.28
Hex 18 76 6C 50 0 8 36 AE 42 1C
Octal 30 166 154 120 0 10 66 256 102 34
Binary 11000 1110110 1101100 1010000 0 1000 110110 10101110 1000010 11100

Color Harmonies of #18766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18766C

Black with #18766C

Text Example


Text Example

White with #18766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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