Html Css Color HEX #52C398 Puerto Rico

📋 copy color: '#52C398'

red 82 ◦ green 195 ◦ blue 152

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

Shades of Puerto Rico #52C398

Tints of Puerto Rico #52C398

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.45%

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 19.11%
G = 45.45%
B = 35.43%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#52C398 (or 0x52C398) is known color: Puerto Rico. HEX triplet: 52, C3 and 98. RGB value is (82,195,152). Sum of RGB (Red+Green+Blue) = 82+195+152=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #52C398 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C398 is #AD3C67. Grayscale: #9C9C9C. Windows color (decimal): -11353192 or 10011474. OLE color: 10011474.

HSL color Cylindrical-coordinate representation of color #52C398: hue angle of 157.17º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C398 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 195 152 -
CMYK 0.58 0 0.22 0.24
HSL 157.17º 0.48% 0.54% -
HSV(B) 157.17º 0.58% 0.76% -
XYZ 28.66 43.09 36.51 -
YUV 156.31 125.56 75 -
System Red Green Blue C M Y K H S L
Decimal 82 195 152 0.58 0 0.22 0.24 157.17 0.48 0.54
Hex 52 C3 98 3A 0 16 18 9D 30 36
Octal 122 303 230 72 0 26 30 235 60 66
Binary 1010010 11000011 10011000 111010 0 10110 11000 10011101 110000 110110

Color Harmonies of #52C398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C398

Black with #52C398

Text Example


Text Example

White with #52C398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,195,152); }

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

background-color css

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

 a { background-color: rgb(82,195,152); }

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

border-color css

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

 span { border-color: rgb(82,195,152); }

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