Html Css Color HEX #18775B Deep Sea

📋 copy color: '#18775B'

red 24 ◦ green 119 ◦ blue 91

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

Shades of Deep Sea #18775B

Tints of Deep Sea #18775B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.89%

R = 10.26%
G = 50.85%
B = 38.89%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#18775B (or 0x18775B) is known color: Deep Sea. HEX triplet: 18, 77 and 5B. RGB value is (24,119,91). Sum of RGB (Red+Green+Blue) = 24+119+91=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #18775B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18775B is #E788A4. Grayscale: #575757. Windows color (decimal): -15173797 or 5994264. OLE color: 5994264.

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

Color convert

RGB 24 119 91 -
CMYK 0.80 0 0.24 0.53
HSL 162.32º 0.66% 0.28% -
HSV(B) 162.32º 0.8% 0.47% -
XYZ 8.86 14.14 12.16 -
YUV 87.4 130.03 82.78 -
System Red Green Blue C M Y K H S L
Decimal 24 119 91 0.80 0 0.24 0.53 162.32 0.66 0.28
Hex 18 77 5B 50 0 18 35 A2 42 1C
Octal 30 167 133 120 0 30 65 242 102 34
Binary 11000 1110111 1011011 1010000 0 11000 110101 10100010 1000010 11100

Color Harmonies of #18775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18775B

Black with #18775B

Text Example


Text Example

White with #18775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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