Html Css Color HEX #18776B Deep Sea

📋 copy color: '#18776B'

red 24 ◦ green 119 ◦ blue 107

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

Shades of Deep Sea #18776B

Tints of Deep Sea #18776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.8%

R = 9.6%
G = 47.6%
B = 42.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#18776B (or 0x18776B) is known color: Deep Sea. HEX triplet: 18, 77 and 6B. RGB value is (24,119,107). Sum of RGB (Red+Green+Blue) = 24+119+107=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #18776B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18776B is #E78894. Grayscale: #595959. Windows color (decimal): -15173781 or 7042840. OLE color: 7042840.

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

Color convert

RGB 24 119 107 -
CMYK 0.80 0 0.10 0.53
HSL 172.42º 0.66% 0.28% -
HSV(B) 172.42º 0.8% 0.47% -
XYZ 9.63 14.45 16.19 -
YUV 89.23 138.03 81.48 -
System Red Green Blue C M Y K H S L
Decimal 24 119 107 0.80 0 0.10 0.53 172.42 0.66 0.28
Hex 18 77 6B 50 0 A 35 AC 42 1C
Octal 30 167 153 120 0 12 65 254 102 34
Binary 11000 1110111 1101011 1010000 0 1010 110101 10101100 1000010 11100

Color Harmonies of #18776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18776B

Black with #18776B

Text Example


Text Example

White with #18776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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