Html Css Color HEX #18DEAE Caribbean Green

📋 copy color: '#18DEAE'

red 24 ◦ green 222 ◦ blue 174

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

Shades of Caribbean Green #18DEAE

Tints of Caribbean Green #18DEAE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.86%

 BLUE value IS 174 (68.36% from 255) = 41.43%

R = 5.71%
G = 52.86%
B = 41.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#18DEAE (or 0x18DEAE) is known color: Caribbean Green. HEX triplet: 18, DE and AE. RGB value is (24,222,174). Sum of RGB (Red+Green+Blue) = 24+222+174=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 222 (87.11% from 255 or 52.86% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 222 - color contains mainly: green. Hex color #18DEAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DEAE is #E72151. Grayscale: #9D9D9D. Windows color (decimal): -15147346 or 11460120. OLE color: 11460120.

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

Color convert

RGB 24 222 174 -
CMYK 0.89 0 0.22 0.13
HSL 165.45º 0.8% 0.48% -
HSV(B) 165.45º 0.89% 0.87% -
XYZ 34.14 55.49 48.96 -
YUV 157.33 137.4 32.9 -
System Red Green Blue C M Y K H S L
Decimal 24 222 174 0.89 0 0.22 0.13 165.45 0.8 0.48
Hex 18 DE AE 59 0 16 D A5 50 30
Octal 30 336 256 131 0 26 15 245 120 60
Binary 11000 11011110 10101110 1011001 0 10110 1101 10100101 1010000 110000

Color Harmonies of #18DEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DEAE

Black with #18DEAE

Text Example


Text Example

White with #18DEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,222,174); }

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

background-color css

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

 a { background-color: rgb(24,222,174); }

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

border-color css

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

 span { border-color: rgb(24,222,174); }

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