Html Css Color HEX #18CFA9 Caribbean Green

📋 copy color: '#18CFA9'

red 24 ◦ green 207 ◦ blue 169

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

Shades of Caribbean Green #18CFA9

Tints of Caribbean Green #18CFA9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.75%

 BLUE value IS 169 (66.41% from 255) = 42.25%

R = 6%
G = 51.75%
B = 42.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#18CFA9 (or 0x18CFA9) is known color: Caribbean Green. HEX triplet: 18, CF and A9. RGB value is (24,207,169). Sum of RGB (Red+Green+Blue) = 24+207+169=400 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 169 (66.41% from 255 or 42.25% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #18CFA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CFA9 is #E73056. Grayscale: #939393. Windows color (decimal): -15151191 or 11128600. OLE color: 11128600.

HSL color Cylindrical-coordinate representation of color #18CFA9: hue angle of 167.54º 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 #18CFA9 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 207 169 -
CMYK 0.88 0 0.18 0.19
HSL 167.54º 0.79% 0.45% -
HSV(B) 167.54º 0.88% 0.81% -
XYZ 29.85 47.68 45.17 -
YUV 147.95 139.87 39.59 -
System Red Green Blue C M Y K H S L
Decimal 24 207 169 0.88 0 0.18 0.19 167.54 0.79 0.45
Hex 18 CF A9 58 0 12 13 A8 4F 2D
Octal 30 317 251 130 0 22 23 250 117 55
Binary 11000 11001111 10101001 1011000 0 10010 10011 10101000 1001111 101101

Color Harmonies of #18CFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CFA9

Black with #18CFA9

Text Example


Text Example

White with #18CFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,207,169); }

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

background-color css

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

 a { background-color: rgb(24,207,169); }

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

border-color css

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

 span { border-color: rgb(24,207,169); }

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