Html Css Color HEX #18CEAB Caribbean Green

📋 copy color: '#18CEAB'

red 24 ◦ green 206 ◦ blue 171

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

Shades of Caribbean Green #18CEAB

Tints of Caribbean Green #18CEAB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.37%

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 5.99%
G = 51.37%
B = 42.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#18CEAB (or 0x18CEAB) is known color: Caribbean Green. HEX triplet: 18, CE and AB. RGB value is (24,206,171). Sum of RGB (Red+Green+Blue) = 24+206+171=401 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.99% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #18CEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CEAB is #E73154. Grayscale: #939393. Windows color (decimal): -15151445 or 11259416. OLE color: 11259416.

HSL color Cylindrical-coordinate representation of color #18CEAB: hue angle of 168.46º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CEAB is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 206 171 -
CMYK 0.88 0 0.17 0.19
HSL 168.46º 0.79% 0.45% -
HSV(B) 168.46º 0.88% 0.81% -
XYZ 29.8 47.28 46.08 -
YUV 147.59 141.2 39.85 -
System Red Green Blue C M Y K H S L
Decimal 24 206 171 0.88 0 0.17 0.19 168.46 0.79 0.45
Hex 18 CE AB 58 0 11 13 A8 4F 2D
Octal 30 316 253 130 0 21 23 250 117 55
Binary 11000 11001110 10101011 1011000 0 10001 10011 10101000 1001111 101101

Color Harmonies of #18CEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CEAB

Black with #18CEAB

Text Example


Text Example

White with #18CEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,206,171); }

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

background-color css

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

 a { background-color: rgb(24,206,171); }

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

border-color css

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

 span { border-color: rgb(24,206,171); }

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