Html Css Color HEX #52B09E Puerto Rico

📋 copy color: '#52B09E'

red 82 ◦ green 176 ◦ blue 158

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

Shades of Puerto Rico #52B09E

Tints of Puerto Rico #52B09E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.31%

 BLUE value IS 158 (62.11% from 255) = 37.98%

R = 19.71%
G = 42.31%
B = 37.98%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#52B09E (or 0x52B09E) is known color: Puerto Rico. HEX triplet: 52, B0 and 9E. RGB value is (82,176,158). Sum of RGB (Red+Green+Blue) = 82+176+158=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #52B09E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B09E is #AD4F61. Grayscale: #919191. Windows color (decimal): -11358050 or 10399826. OLE color: 10399826.

HSL color Cylindrical-coordinate representation of color #52B09E: hue angle of 168.51º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52B09E is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 176 158 -
CMYK 0.53 0 0.10 0.31
HSL 168.51º 0.37% 0.51% -
HSV(B) 168.51º 0.53% 0.69% -
XYZ 25.18 35.31 37.84 -
YUV 145.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 82 176 158 0.53 0 0.10 0.31 168.51 0.37 0.51
Hex 52 B0 9E 35 0 A 1F A9 25 33
Octal 122 260 236 65 0 12 37 251 45 63
Binary 1010010 10110000 10011110 110101 0 1010 11111 10101001 100101 110011

Color Harmonies of #52B09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B09E

Black with #52B09E

Text Example


Text Example

White with #52B09E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,176,158); }

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

background-color css

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

 a { background-color: rgb(82,176,158); }

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

border-color css

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

 span { border-color: rgb(82,176,158); }

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