Html Css Color HEX #52B7B0 Puerto Rico

📋 copy color: '#52B7B0'

red 82 ◦ green 183 ◦ blue 176

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

Shades of Puerto Rico #52B7B0

Tints of Puerto Rico #52B7B0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.5%

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 18.59%
G = 41.5%
B = 39.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#52B7B0 (or 0x52B7B0) is known color: Puerto Rico. HEX triplet: 52, B7 and B0. RGB value is (82,183,176). Sum of RGB (Red+Green+Blue) = 82+183+176=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #52B7B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B7B0 is #AD484F. Grayscale: #979797. Windows color (decimal): -11356240 or 11581266. OLE color: 11581266.

HSL color Cylindrical-coordinate representation of color #52B7B0: hue angle of 175.84º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B7B0 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 183 176 -
CMYK 0.55 0 0.04 0.28
HSL 175.84º 0.41% 0.52% -
HSV(B) 175.84º 0.55% 0.72% -
XYZ 28.25 38.8 47.07 -
YUV 152 141.54 78.07 -
System Red Green Blue C M Y K H S L
Decimal 82 183 176 0.55 0 0.04 0.28 175.84 0.41 0.52
Hex 52 B7 B0 37 0 4 1C B0 29 34
Octal 122 267 260 67 0 4 34 260 51 64
Binary 1010010 10110111 10110000 110111 0 100 11100 10110000 101001 110100

Color Harmonies of #52B7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B7B0

Black with #52B7B0

Text Example


Text Example

White with #52B7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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