#5cc19f

Color #5CC19F Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #5CC19F

Tints of Puerto Rico #5CC19F

Color information

#5CC19F (or 0x5CC19F) is unknown color: approx Puerto Rico. HEX triplet: 5C, C1 and 9F. RGB value is (92,193,159). Sum of RGB (Red+Green+Blue) = 92+193+159=444 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.72% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #5CC19F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC19F is #A33E60. Grayscale: #9E9E9E. Windows color (decimal): -10698337 or 10469724. OLE color: 10469724.

HSL color Cylindrical-coordinate representation of color #5CC19F: hue angle of 159.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CC19F is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB92193159-
CMYK0.5200.180.24
HSL159.8º44.89%55.88%-
HSV(B)159.8º52.33%75.69%-
XYZ29.7442.9239.52-
YUV158.93128.0480.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.72%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=20.72%
G=43.47%
B=35.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal921931590.5200.180.24159.844.8955.88
Hex5CC19F3401218a02d38
Octal13430123764022302405570
Binary101110011000001100111111101000100101100010100000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cc19f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5cc19f; }

 p { color: rgb(92,193,159); }

 H1.HeaderClassName
 {
   color: #5cc19f;
 }
 .AnyTagClassName
 {
   color: #5cc19f;
 }
</style>
background-color css

<style>
 a { background-color: #5cc19f; }

 a { background-color: rgb(92,193,159); }

 div.DivClassName
 {
   background-color: #5cc19f;
 }
 .BgClassName
 {
   background-color: #5cc19f;
 }
</style>
border-color css

<style>
 span { border-color: #5cc19f; }

 span { border-color: rgb(92,193,159); }

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