Html Css Color HEX #18DAB0 Caribbean Green

📋 copy color: '#18DAB0'

red 24 ◦ green 218 ◦ blue 176

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

Shades of Caribbean Green #18DAB0

Tints of Caribbean Green #18DAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.15%

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 5.74%
G = 52.15%
B = 42.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#18DAB0 (or 0x18DAB0) is known color: Caribbean Green. HEX triplet: 18, DA and B0. RGB value is (24,218,176). Sum of RGB (Red+Green+Blue) = 24+218+176=418 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.74% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #18DAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DAB0 is #E7254F. Grayscale: #9B9B9B. Windows color (decimal): -15148368 or 11590168. OLE color: 11590168.

HSL color Cylindrical-coordinate representation of color #18DAB0: hue angle of 167.01º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DAB0 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 218 176 -
CMYK 0.89 0 0.19 0.15
HSL 167.01º 0.8% 0.47% -
HSV(B) 167.01º 0.89% 0.85% -
XYZ 33.28 53.47 49.64 -
YUV 155.21 139.73 34.42 -
System Red Green Blue C M Y K H S L
Decimal 24 218 176 0.89 0 0.19 0.15 167.01 0.8 0.47
Hex 18 DA B0 59 0 13 F A7 50 2F
Octal 30 332 260 131 0 23 17 247 120 57
Binary 11000 11011010 10110000 1011001 0 10011 1111 10100111 1010000 101111

Color Harmonies of #18DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DAB0

Black with #18DAB0

Text Example


Text Example

White with #18DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18DAB0; }

 p { color: rgb(24,218,176); }

 H1.HeaderClassName
 {
   color: #18DAB0;
 }
 .AnyTagClassName
 {
   color: #18DAB0;
 }
</style>

background-color css

<style>
 a { background-color: #18DAB0; }

 a { background-color: rgb(24,218,176); }

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

border-color css

<style>
 span { border-color: #18DAB0; }

 span { border-color: rgb(24,218,176); }

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