Html Css Color HEX #18E2AE Caribbean Green

📋 copy color: '#18E2AE'

red 24 ◦ green 226 ◦ blue 174

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

Shades of Caribbean Green #18E2AE

Tints of Caribbean Green #18E2AE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 53.3%

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

R = 5.66%
G = 53.3%
B = 41.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#18E2AE (or 0x18E2AE) is known color: Caribbean Green. HEX triplet: 18, E2 and AE. RGB value is (24,226,174). Sum of RGB (Red+Green+Blue) = 24+226+174=424 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.66% from 424); Green value is 226 (88.67% from 255 or 53.30% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 226 - color contains mainly: green. Hex color #18E2AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18E2AE is #E71D51. Grayscale: #9F9F9F. Windows color (decimal): -15146322 or 11461144. OLE color: 11461144.

HSL color Cylindrical-coordinate representation of color #18E2AE: hue angle of 164.55º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E2AE is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 24 226 174 -
CMYK 0.89 0 0.23 0.11
HSL 164.55º 0.81% 0.49% -
HSV(B) 164.55º 0.89% 0.89% -
XYZ 35.21 57.64 49.31 -
YUV 159.67 136.08 31.23 -
System Red Green Blue C M Y K H S L
Decimal 24 226 174 0.89 0 0.23 0.11 164.55 0.81 0.49
Hex 18 E2 AE 59 0 17 B A5 51 31
Octal 30 342 256 131 0 27 13 245 121 61
Binary 11000 11100010 10101110 1011001 0 10111 1011 10100101 1010001 110001

Color Harmonies of #18E2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E2AE

Black with #18E2AE

Text Example


Text Example

White with #18E2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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