Html Css Color HEX #18765B Deep Sea

📋 copy color: '#18765B'

red 24 ◦ green 118 ◦ blue 91

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

Shades of Deep Sea #18765B

Tints of Deep Sea #18765B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.64%

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

R = 10.3%
G = 50.64%
B = 39.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#18765B (or 0x18765B) is known color: Deep Sea. HEX triplet: 18, 76 and 5B. RGB value is (24,118,91). Sum of RGB (Red+Green+Blue) = 24+118+91=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #18765B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18765B is #E789A4. Grayscale: #565656. Windows color (decimal): -15174053 or 5994008. OLE color: 5994008.

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

Color convert

RGB 24 118 91 -
CMYK 0.80 0 0.23 0.54
HSL 162.77º 0.66% 0.28% -
HSV(B) 162.77º 0.8% 0.46% -
XYZ 8.74 13.91 12.12 -
YUV 86.82 130.36 83.2 -
System Red Green Blue C M Y K H S L
Decimal 24 118 91 0.80 0 0.23 0.54 162.77 0.66 0.28
Hex 18 76 5B 50 0 17 36 A3 42 1C
Octal 30 166 133 120 0 27 66 243 102 34
Binary 11000 1110110 1011011 1010000 0 10111 110110 10100011 1000010 11100

Color Harmonies of #18765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18765B

Black with #18765B

Text Example


Text Example

White with #18765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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