Html Css Color HEX #18775C Deep Sea

📋 copy color: '#18775C'

red 24 ◦ green 119 ◦ blue 92

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

Shades of Deep Sea #18775C

Tints of Deep Sea #18775C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.15%

R = 10.21%
G = 50.64%
B = 39.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#18775C (or 0x18775C) is known color: Deep Sea. HEX triplet: 18, 77 and 5C. RGB value is (24,119,92). Sum of RGB (Red+Green+Blue) = 24+119+92=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #18775C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18775C is #E788A3. Grayscale: #575757. Windows color (decimal): -15173796 or 6059800. OLE color: 6059800.

HSL color Cylindrical-coordinate representation of color #18775C: hue angle of 162.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 #18775C is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 119 92 -
CMYK 0.80 0 0.23 0.53
HSL 162.95º 0.66% 0.28% -
HSV(B) 162.95º 0.8% 0.47% -
XYZ 8.91 14.16 12.39 -
YUV 87.52 130.53 82.7 -
System Red Green Blue C M Y K H S L
Decimal 24 119 92 0.80 0 0.23 0.53 162.95 0.66 0.28
Hex 18 77 5C 50 0 17 35 A3 42 1C
Octal 30 167 134 120 0 27 65 243 102 34
Binary 11000 1110111 1011100 1010000 0 10111 110101 10100011 1000010 11100

Color Harmonies of #18775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18775C

Black with #18775C

Text Example


Text Example

White with #18775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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