Html Css Color HEX #18DA8C Caribbean Green

📋 copy color: '#18DA8C'

red 24 ◦ green 218 ◦ blue 140

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

Shades of Caribbean Green #18DA8C

Tints of Caribbean Green #18DA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 6.28%
G = 57.07%
B = 36.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#18DA8C (or 0x18DA8C) is known color: Caribbean Green. HEX triplet: 18, DA and 8C. RGB value is (24,218,140). Sum of RGB (Red+Green+Blue) = 24+218+140=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 218 (85.55% from 255 or 57.07% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 218 - color contains mainly: green. Hex color #18DA8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DA8C is #E72573. Grayscale: #979797. Windows color (decimal): -15148404 or 9230872. OLE color: 9230872.

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

Color convert

RGB 24 218 140 -
CMYK 0.89 0 0.36 0.15
HSL 155.88º 0.8% 0.47% -
HSV(B) 155.88º 0.89% 0.85% -
XYZ 30.18 52.23 33.3 -
YUV 151.1 121.73 37.34 -
System Red Green Blue C M Y K H S L
Decimal 24 218 140 0.89 0 0.36 0.15 155.88 0.8 0.47
Hex 18 DA 8C 59 0 24 F 9C 50 2F
Octal 30 332 214 131 0 44 17 234 120 57
Binary 11000 11011010 10001100 1011001 0 100100 1111 10011100 1010000 101111

Color Harmonies of #18DA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DA8C

Black with #18DA8C

Text Example


Text Example

White with #18DA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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