Html Css Color HEX #18755A Deep Sea

📋 copy color: '#18755A'

red 24 ◦ green 117 ◦ blue 90

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

Shades of Deep Sea #18755A

Tints of Deep Sea #18755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.65%

 BLUE value IS 90 (35.55% from 255) = 38.96%

R = 10.39%
G = 50.65%
B = 38.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#18755A (or 0x18755A) is known color: Deep Sea. HEX triplet: 18, 75 and 5A. RGB value is (24,117,90). Sum of RGB (Red+Green+Blue) = 24+117+90=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #18755A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18755A is #E78AA5. Grayscale: #565656. Windows color (decimal): -15174310 or 5928216. OLE color: 5928216.

HSL color Cylindrical-coordinate representation of color #18755A: hue angle of 162.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18755A is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 117 90 -
CMYK 0.79 0 0.23 0.54
HSL 162.58º 0.66% 0.28% -
HSV(B) 162.58º 0.79% 0.46% -
XYZ 8.58 13.65 11.86 -
YUV 86.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 24 117 90 0.79 0 0.23 0.54 162.58 0.66 0.28
Hex 18 75 5A 4F 0 17 36 A3 42 1C
Octal 30 165 132 117 0 27 66 243 102 34
Binary 11000 1110101 1011010 1001111 0 10111 110110 10100011 1000010 11100

Color Harmonies of #18755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18755A

Black with #18755A

Text Example


Text Example

White with #18755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18755A; }

 p { color: rgb(24,117,90); }

 H1.HeaderClassName
 {
   color: #18755A;
 }
 .AnyTagClassName
 {
   color: #18755A;
 }
</style>

background-color css

<style>
 a { background-color: #18755A; }

 a { background-color: rgb(24,117,90); }

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

border-color css

<style>
 span { border-color: #18755A; }

 span { border-color: rgb(24,117,90); }

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