Html Css Color HEX #18DA9A Caribbean Green

📋 copy color: '#18DA9A'

red 24 ◦ green 218 ◦ blue 154

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

Shades of Caribbean Green #18DA9A

Tints of Caribbean Green #18DA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 6.06%
G = 55.05%
B = 38.89%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#18DA9A (or 0x18DA9A) is known color: Caribbean Green. HEX triplet: 18, DA and 9A. RGB value is (24,218,154). Sum of RGB (Red+Green+Blue) = 24+218+154=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 218 (85.55% from 255 or 55.05% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 218 - color contains mainly: green. Hex color #18DA9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DA9A is #E72565. Grayscale: #989898. Windows color (decimal): -15148390 or 10148376. OLE color: 10148376.

HSL color Cylindrical-coordinate representation of color #18DA9A: hue angle of 160.21º 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 #18DA9A is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 218 154 -
CMYK 0.89 0 0.29 0.15
HSL 160.21º 0.8% 0.47% -
HSV(B) 160.21º 0.89% 0.85% -
XYZ 31.28 52.67 39.09 -
YUV 152.7 128.73 36.2 -
System Red Green Blue C M Y K H S L
Decimal 24 218 154 0.89 0 0.29 0.15 160.21 0.8 0.47
Hex 18 DA 9A 59 0 1D F A0 50 2F
Octal 30 332 232 131 0 35 17 240 120 57
Binary 11000 11011010 10011010 1011001 0 11101 1111 10100000 1010000 101111

Color Harmonies of #18DA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DA9A

Black with #18DA9A

Text Example


Text Example

White with #18DA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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