Html Css Color HEX #52C09F Puerto Rico

📋 copy color: '#52C09F'

red 82 ◦ green 192 ◦ blue 159

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

Shades of Puerto Rico #52C09F

Tints of Puerto Rico #52C09F

RGB

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

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

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

R = 18.94%
G = 44.34%
B = 36.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#52C09F (or 0x52C09F) is known color: Puerto Rico. HEX triplet: 52, C0 and 9F. RGB value is (82,192,159). Sum of RGB (Red+Green+Blue) = 82+192+159=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #52C09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C09F is #AD3F60. Grayscale: #9B9B9B. Windows color (decimal): -11353953 or 10469458. OLE color: 10469458.

HSL color Cylindrical-coordinate representation of color #52C09F: hue angle of 162º 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 #52C09F is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 159 -
CMYK 0.57 0 0.17 0.25
HSL 162º 0.47% 0.54% -
HSV(B) 162º 0.57% 0.75% -
XYZ 28.59 42 39.4 -
YUV 155.35 130.06 75.68 -
System Red Green Blue C M Y K H S L
Decimal 82 192 159 0.57 0 0.17 0.25 162 0.47 0.54
Hex 52 C0 9F 39 0 11 19 A2 2F 36
Octal 122 300 237 71 0 21 31 242 57 66
Binary 1010010 11000000 10011111 111001 0 10001 11001 10100010 101111 110110

Color Harmonies of #52C09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C09F

Black with #52C09F

Text Example


Text Example

White with #52C09F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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