Html Css Color HEX #52C09B Puerto Rico

📋 copy color: '#52C09B'

red 82 ◦ green 192 ◦ blue 155

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

Shades of Puerto Rico #52C09B

Tints of Puerto Rico #52C09B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.76%

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

R = 19.11%
G = 44.76%
B = 36.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#52C09B (or 0x52C09B) is known color: Puerto Rico. HEX triplet: 52, C0 and 9B. RGB value is (82,192,155). Sum of RGB (Red+Green+Blue) = 82+192+155=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #52C09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C09B is #AD3F64. Grayscale: #9A9A9A. Windows color (decimal): -11353957 or 10207314. OLE color: 10207314.

HSL color Cylindrical-coordinate representation of color #52C09B: hue angle of 159.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C09B is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 155 -
CMYK 0.57 0 0.19 0.25
HSL 159.82º 0.47% 0.54% -
HSV(B) 159.82º 0.57% 0.75% -
XYZ 28.25 41.86 37.6 -
YUV 154.89 128.06 76.01 -
System Red Green Blue C M Y K H S L
Decimal 82 192 155 0.57 0 0.19 0.25 159.82 0.47 0.54
Hex 52 C0 9B 39 0 13 19 A0 2F 36
Octal 122 300 233 71 0 23 31 240 57 66
Binary 1010010 11000000 10011011 111001 0 10011 11001 10100000 101111 110110

Color Harmonies of #52C09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C09B

Black with #52C09B

Text Example


Text Example

White with #52C09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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