Html Css Color HEX #52CA9F Puerto Rico

📋 copy color: '#52CA9F'

red 82 ◦ green 202 ◦ blue 159

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

Shades of Puerto Rico #52CA9F

Tints of Puerto Rico #52CA9F

RGB

 RED value IS 82 (32.42% from 255) = 18.51%

 GREEN value IS 202 (79.3% from 255) = 45.6%

 BLUE value IS 159 (62.5% from 255) = 35.89%

R = 18.51%
G = 45.6%
B = 35.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#52CA9F (or 0x52CA9F) is known color: Puerto Rico. HEX triplet: 52, CA and 9F. RGB value is (82,202,159). Sum of RGB (Red+Green+Blue) = 82+202+159=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CA9F is #AD3560. Grayscale: #A1A1A1. Windows color (decimal): -11351393 or 10472018. OLE color: 10472018.

HSL color Cylindrical-coordinate representation of color #52CA9F: hue angle of 158.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52CA9F is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 202 159 -
CMYK 0.59 0 0.21 0.21
HSL 158.5º 0.53% 0.56% -
HSV(B) 158.5º 0.59% 0.79% -
XYZ 30.86 46.54 40.16 -
YUV 161.22 126.74 71.5 -
System Red Green Blue C M Y K H S L
Decimal 82 202 159 0.59 0 0.21 0.21 158.5 0.53 0.56
Hex 52 CA 9F 3B 0 15 15 9E 35 38
Octal 122 312 237 73 0 25 25 236 65 70
Binary 1010010 11001010 10011111 111011 0 10101 10101 10011110 110101 111000

Color Harmonies of #52CA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CA9F

Black with #52CA9F

Text Example


Text Example

White with #52CA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52CA9F; }

 p { color: rgb(82,202,159); }

 H1.HeaderClassName
 {
   color: #52CA9F;
 }
 .AnyTagClassName
 {
   color: #52CA9F;
 }
</style>

background-color css

<style>
 a { background-color: #52CA9F; }

 a { background-color: rgb(82,202,159); }

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

border-color css

<style>
 span { border-color: #52CA9F; }

 span { border-color: rgb(82,202,159); }

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