Html Css Color HEX #18776D Deep Sea

📋 copy color: '#18776D'

red 24 ◦ green 119 ◦ blue 109

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

Shades of Deep Sea #18776D

Tints of Deep Sea #18776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.25%

R = 9.52%
G = 47.22%
B = 43.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#18776D (or 0x18776D) is known color: Deep Sea. HEX triplet: 18, 77 and 6D. RGB value is (24,119,109). Sum of RGB (Red+Green+Blue) = 24+119+109=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #18776D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18776D is #E78892. Grayscale: #595959. Windows color (decimal): -15173779 or 7173912. OLE color: 7173912.

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

Color convert

RGB 24 119 109 -
CMYK 0.80 0 0.08 0.53
HSL 173.68º 0.66% 0.28% -
HSV(B) 173.68º 0.8% 0.47% -
XYZ 9.73 14.49 16.75 -
YUV 89.46 139.03 81.31 -
System Red Green Blue C M Y K H S L
Decimal 24 119 109 0.80 0 0.08 0.53 173.68 0.66 0.28
Hex 18 77 6D 50 0 8 35 AE 42 1C
Octal 30 167 155 120 0 10 65 256 102 34
Binary 11000 1110111 1101101 1010000 0 1000 110101 10101110 1000010 11100

Color Harmonies of #18776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18776D

Black with #18776D

Text Example


Text Example

White with #18776D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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