Html Css Color HEX #52CC9B Puerto Rico

📋 copy color: '#52CC9B'

red 82 ◦ green 204 ◦ blue 155

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

Shades of Puerto Rico #52CC9B

Tints of Puerto Rico #52CC9B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.26%

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

R = 18.59%
G = 46.26%
B = 35.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#52CC9B (or 0x52CC9B) is known color: Puerto Rico. HEX triplet: 52, CC and 9B. RGB value is (82,204,155). Sum of RGB (Red+Green+Blue) = 82+204+155=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CC9B is #AD3364. Grayscale: #A2A2A2. Windows color (decimal): -11350885 or 10210386. OLE color: 10210386.

HSL color Cylindrical-coordinate representation of color #52CC9B: hue angle of 155.9º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CC9B is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 204 155 -
CMYK 0.60 0 0.24 0.2
HSL 155.9º 0.54% 0.56% -
HSV(B) 155.9º 0.6% 0.8% -
XYZ 30.99 47.35 38.52 -
YUV 161.94 124.08 70.98 -
System Red Green Blue C M Y K H S L
Decimal 82 204 155 0.60 0 0.24 0.2 155.9 0.54 0.56
Hex 52 CC 9B 3C 0 18 14 9C 36 38
Octal 122 314 233 74 0 30 24 234 66 70
Binary 1010010 11001100 10011011 111100 0 11000 10100 10011100 110110 111000

Color Harmonies of #52CC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CC9B

Black with #52CC9B

Text Example


Text Example

White with #52CC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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