Html Css Color HEX #15DEAF Caribbean Green

📋 copy color: '#15DEAF'

red 21 ◦ green 222 ◦ blue 175

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

Shades of Caribbean Green #15DEAF

Tints of Caribbean Green #15DEAF

RGB

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

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

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

R = 5.02%
G = 53.11%
B = 41.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#15DEAF (or 0x15DEAF) is known color: Caribbean Green. HEX triplet: 15, DE and AF. RGB value is (21,222,175). Sum of RGB (Red+Green+Blue) = 21+222+175=418 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.02% from 418); Green value is 222 (87.11% from 255 or 53.11% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 222 - color contains mainly: green. Hex color #15DEAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DEAF is #EA2150. Grayscale: #9C9C9C. Windows color (decimal): -15343953 or 11525653. OLE color: 11525653.

HSL color Cylindrical-coordinate representation of color #15DEAF: hue angle of 165.97º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DEAF is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 222 175 -
CMYK 0.91 0 0.21 0.13
HSL 165.97º 0.83% 0.48% -
HSV(B) 165.97º 0.91% 0.87% -
XYZ 34.17 55.5 49.47 -
YUV 156.54 138.41 31.32 -
System Red Green Blue C M Y K H S L
Decimal 21 222 175 0.91 0 0.21 0.13 165.97 0.83 0.48
Hex 15 DE AF 5B 0 15 D A6 53 30
Octal 25 336 257 133 0 25 15 246 123 60
Binary 10101 11011110 10101111 1011011 0 10101 1101 10100110 1010011 110000

Color Harmonies of #15DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DEAF

Black with #15DEAF

Text Example


Text Example

White with #15DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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