Html Css Color HEX #15CEAF Caribbean Green

📋 copy color: '#15CEAF'

red 21 ◦ green 206 ◦ blue 175

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

Shades of Caribbean Green #15CEAF

Tints of Caribbean Green #15CEAF

RGB

 RED value IS 21 (8.59% from 255) = 5.22%

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

 BLUE value IS 175 (68.75% from 255) = 43.53%

R = 5.22%
G = 51.24%
B = 43.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#15CEAF (or 0x15CEAF) is known color: Caribbean Green. HEX triplet: 15, CE and AF. RGB value is (21,206,175). Sum of RGB (Red+Green+Blue) = 21+206+175=402 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.22% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #15CEAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CEAF is #EA3150. Grayscale: #939393. Windows color (decimal): -15348049 or 11521557. OLE color: 11521557.

HSL color Cylindrical-coordinate representation of color #15CEAF: hue angle of 169.95º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CEAF is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 206 175 -
CMYK 0.90 0 0.15 0.19
HSL 169.95º 0.81% 0.45% -
HSV(B) 169.95º 0.9% 0.81% -
XYZ 30.12 47.4 48.12 -
YUV 147.15 143.71 38.02 -
System Red Green Blue C M Y K H S L
Decimal 21 206 175 0.90 0 0.15 0.19 169.95 0.81 0.45
Hex 15 CE AF 5A 0 F 13 AA 51 2D
Octal 25 316 257 132 0 17 23 252 121 55
Binary 10101 11001110 10101111 1011010 0 1111 10011 10101010 1010001 101101

Color Harmonies of #15CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CEAF

Black with #15CEAF

Text Example


Text Example

White with #15CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15CEAF; }

 p { color: rgb(21,206,175); }

 H1.HeaderClassName
 {
   color: #15CEAF;
 }
 .AnyTagClassName
 {
   color: #15CEAF;
 }
</style>

background-color css

<style>
 a { background-color: #15CEAF; }

 a { background-color: rgb(21,206,175); }

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

border-color css

<style>
 span { border-color: #15CEAF; }

 span { border-color: rgb(21,206,175); }

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