Html Css Color HEX #18DBA8 Caribbean Green

📋 copy color: '#18DBA8'

red 24 ◦ green 219 ◦ blue 168

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

Shades of Caribbean Green #18DBA8

Tints of Caribbean Green #18DBA8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.28%

 BLUE value IS 168 (66.02% from 255) = 40.88%

R = 5.84%
G = 53.28%
B = 40.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#18DBA8 (or 0x18DBA8) is known color: Caribbean Green. HEX triplet: 18, DB and A8. RGB value is (24,219,168). Sum of RGB (Red+Green+Blue) = 24+219+168=411 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.84% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #18DBA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DBA8 is #E72457. Grayscale: #9A9A9A. Windows color (decimal): -15148120 or 11066136. OLE color: 11066136.

HSL color Cylindrical-coordinate representation of color #18DBA8: hue angle of 164.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DBA8 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 219 168 -
CMYK 0.89 0 0.23 0.14
HSL 164.31º 0.8% 0.48% -
HSV(B) 164.31º 0.89% 0.86% -
XYZ 32.78 53.68 45.68 -
YUV 154.88 135.4 34.65 -
System Red Green Blue C M Y K H S L
Decimal 24 219 168 0.89 0 0.23 0.14 164.31 0.8 0.48
Hex 18 DB A8 59 0 17 E A4 50 30
Octal 30 333 250 131 0 27 16 244 120 60
Binary 11000 11011011 10101000 1011001 0 10111 1110 10100100 1010000 110000

Color Harmonies of #18DBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DBA8

Black with #18DBA8

Text Example


Text Example

White with #18DBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,219,168); }

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

background-color css

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

 a { background-color: rgb(24,219,168); }

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

border-color css

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

 span { border-color: rgb(24,219,168); }

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