Html Css Color HEX #15CFA5 Caribbean Green

📋 copy color: '#15CFA5'

red 21 ◦ green 207 ◦ blue 165

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

Shades of Caribbean Green #15CFA5

Tints of Caribbean Green #15CFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.98%

R = 5.34%
G = 52.67%
B = 41.98%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#15CFA5 (or 0x15CFA5) is known color: Caribbean Green. HEX triplet: 15, CF and A5. RGB value is (21,207,165). Sum of RGB (Red+Green+Blue) = 21+207+165=393 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.34% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #15CFA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CFA5 is #EA305A. Grayscale: #929292. Windows color (decimal): -15347803 or 10866453. OLE color: 10866453.

HSL color Cylindrical-coordinate representation of color #15CFA5: hue angle of 166.45º degrees, saturation: 0.82, 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 #15CFA5 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 207 165 -
CMYK 0.90 0 0.20 0.19
HSL 166.45º 0.82% 0.45% -
HSV(B) 166.45º 0.9% 0.81% -
XYZ 29.41 47.5 43.22 -
YUV 146.6 138.38 38.42 -
System Red Green Blue C M Y K H S L
Decimal 21 207 165 0.90 0 0.20 0.19 166.45 0.82 0.45
Hex 15 CF A5 5A 0 14 13 A6 52 2D
Octal 25 317 245 132 0 24 23 246 122 55
Binary 10101 11001111 10100101 1011010 0 10100 10011 10100110 1010010 101101

Color Harmonies of #15CFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CFA5

Black with #15CFA5

Text Example


Text Example

White with #15CFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,207,165); }

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

background-color css

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

 a { background-color: rgb(21,207,165); }

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

border-color css

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

 span { border-color: rgb(21,207,165); }

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