Html Css Color HEX #52CA97 Puerto Rico

📋 copy color: '#52CA97'

red 82 ◦ green 202 ◦ blue 151

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

Shades of Puerto Rico #52CA97

Tints of Puerto Rico #52CA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.71%

R = 18.85%
G = 46.44%
B = 34.71%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#52CA97 (or 0x52CA97) is known color: Puerto Rico. HEX triplet: 52, CA and 97. RGB value is (82,202,151). Sum of RGB (Red+Green+Blue) = 82+202+151=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CA97 is #AD3568. Grayscale: #A0A0A0. Windows color (decimal): -11351401 or 9947730. OLE color: 9947730.

HSL color Cylindrical-coordinate representation of color #52CA97: hue angle of 154.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 #52CA97 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 202 151 -
CMYK 0.59 0 0.25 0.21
HSL 154.5º 0.53% 0.56% -
HSV(B) 154.5º 0.59% 0.79% -
XYZ 30.19 46.27 36.62 -
YUV 160.31 122.74 72.15 -
System Red Green Blue C M Y K H S L
Decimal 82 202 151 0.59 0 0.25 0.21 154.5 0.53 0.56
Hex 52 CA 97 3B 0 19 15 9A 35 38
Octal 122 312 227 73 0 31 25 232 65 70
Binary 1010010 11001010 10010111 111011 0 11001 10101 10011010 110101 111000

Color Harmonies of #52CA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CA97

Black with #52CA97

Text Example


Text Example

White with #52CA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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