Html Css Color HEX #52CA9B Puerto Rico

📋 copy color: '#52CA9B'

red 82 ◦ green 202 ◦ blue 155

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

Shades of Puerto Rico #52CA9B

Tints of Puerto Rico #52CA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 18.68%
G = 46.01%
B = 35.31%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#52CA9B (or 0x52CA9B) is known color: Puerto Rico. HEX triplet: 52, CA and 9B. RGB value is (82,202,155). Sum of RGB (Red+Green+Blue) = 82+202+155=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CA9B is #AD3564. Grayscale: #A0A0A0. Windows color (decimal): -11351397 or 10209874. OLE color: 10209874.

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

Color convert

RGB 82 202 155 -
CMYK 0.59 0 0.23 0.21
HSL 156.5º 0.53% 0.56% -
HSV(B) 156.5º 0.59% 0.79% -
XYZ 30.52 46.4 38.36 -
YUV 160.76 124.74 71.82 -
System Red Green Blue C M Y K H S L
Decimal 82 202 155 0.59 0 0.23 0.21 156.5 0.53 0.56
Hex 52 CA 9B 3B 0 17 15 9C 35 38
Octal 122 312 233 73 0 27 25 234 65 70
Binary 1010010 11001010 10011011 111011 0 10111 10101 10011100 110101 111000

Color Harmonies of #52CA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CA9B

Black with #52CA9B

Text Example


Text Example

White with #52CA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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