Html Css Color HEX #18776C Deep Sea

📋 copy color: '#18776C'

red 24 ◦ green 119 ◦ blue 108

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

Shades of Deep Sea #18776C

Tints of Deep Sea #18776C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.41%

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

R = 9.56%
G = 47.41%
B = 43.03%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#18776C (or 0x18776C) is known color: Deep Sea. HEX triplet: 18, 77 and 6C. RGB value is (24,119,108). Sum of RGB (Red+Green+Blue) = 24+119+108=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #18776C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18776C is #E78893. Grayscale: #595959. Windows color (decimal): -15173780 or 7108376. OLE color: 7108376.

HSL color Cylindrical-coordinate representation of color #18776C: hue angle of 173.05º degrees, saturation: 0.66, 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 #18776C is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 119 108 -
CMYK 0.80 0 0.09 0.53
HSL 173.05º 0.66% 0.28% -
HSV(B) 173.05º 0.8% 0.47% -
XYZ 9.68 14.47 16.47 -
YUV 89.34 138.53 81.39 -
System Red Green Blue C M Y K H S L
Decimal 24 119 108 0.80 0 0.09 0.53 173.05 0.66 0.28
Hex 18 77 6C 50 0 9 35 AD 42 1C
Octal 30 167 154 120 0 11 65 255 102 34
Binary 11000 1110111 1101100 1010000 0 1001 110101 10101101 1000010 11100

Color Harmonies of #18776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18776C

Black with #18776C

Text Example


Text Example

White with #18776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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