Html Css Color HEX #18776F Deep Sea

📋 copy color: '#18776F'

red 24 ◦ green 119 ◦ blue 111

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

Shades of Deep Sea #18776F

Tints of Deep Sea #18776F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.7%

R = 9.45%
G = 46.85%
B = 43.7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#18776F (or 0x18776F) is known color: Deep Sea. HEX triplet: 18, 77 and 6F. RGB value is (24,119,111). Sum of RGB (Red+Green+Blue) = 24+119+111=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #18776F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18776F is #E78890. Grayscale: #595959. Windows color (decimal): -15173777 or 7304984. OLE color: 7304984.

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

Color convert

RGB 24 119 111 -
CMYK 0.80 0 0.07 0.53
HSL 174.95º 0.66% 0.28% -
HSV(B) 174.95º 0.8% 0.47% -
XYZ 9.84 14.54 17.33 -
YUV 89.68 140.03 81.15 -
System Red Green Blue C M Y K H S L
Decimal 24 119 111 0.80 0 0.07 0.53 174.95 0.66 0.28
Hex 18 77 6F 50 0 7 35 AF 42 1C
Octal 30 167 157 120 0 7 65 257 102 34
Binary 11000 1110111 1101111 1010000 0 111 110101 10101111 1000010 11100

Color Harmonies of #18776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18776F

Black with #18776F

Text Example


Text Example

White with #18776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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