Html Css Color HEX #18806B Deep Sea

📋 copy color: '#18806B'

red 24 ◦ green 128 ◦ blue 107

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

Shades of Deep Sea #18806B

Tints of Deep Sea #18806B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.42%

 BLUE value IS 107 (42.19% from 255) = 41.31%

R = 9.27%
G = 49.42%
B = 41.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#18806B (or 0x18806B) is known color: Deep Sea. HEX triplet: 18, 80 and 6B. RGB value is (24,128,107). Sum of RGB (Red+Green+Blue) = 24+128+107=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #18806B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18806B is #E77F94. Grayscale: #5E5E5E. Windows color (decimal): -15171477 or 7045144. OLE color: 7045144.

HSL color Cylindrical-coordinate representation of color #18806B: hue angle of 167.88º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18806B is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 128 107 -
CMYK 0.81 0 0.16 0.50
HSL 167.88º 0.68% 0.3% -
HSV(B) 167.88º 0.81% 0.5% -
XYZ 10.75 16.69 16.57 -
YUV 94.51 135.04 77.71 -
System Red Green Blue C M Y K H S L
Decimal 24 128 107 0.81 0 0.16 0.50 167.88 0.68 0.3
Hex 18 80 6B 51 0 10 32 A8 44 1E
Octal 30 200 153 121 0 20 62 250 104 36
Binary 11000 10000000 1101011 1010001 0 10000 110010 10101000 1000100 11110

Color Harmonies of #18806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18806B

Black with #18806B

Text Example


Text Example

White with #18806B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,128,107); }

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

background-color css

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

 a { background-color: rgb(24,128,107); }

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

border-color css

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

 span { border-color: rgb(24,128,107); }

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