Html Css Color HEX #52BDB0 Puerto Rico

📋 copy color: '#52BDB0'

red 82 ◦ green 189 ◦ blue 176

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

Shades of Puerto Rico #52BDB0

Tints of Puerto Rico #52BDB0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.28%

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

R = 18.34%
G = 42.28%
B = 39.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#52BDB0 (or 0x52BDB0) is known color: Puerto Rico. HEX triplet: 52, BD and B0. RGB value is (82,189,176). Sum of RGB (Red+Green+Blue) = 82+189+176=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #52BDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BDB0 is #AD424F. Grayscale: #9B9B9B. Windows color (decimal): -11354704 or 11582802. OLE color: 11582802.

HSL color Cylindrical-coordinate representation of color #52BDB0: hue angle of 172.71º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BDB0 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 189 176 -
CMYK 0.57 0 0.07 0.26
HSL 172.71º 0.45% 0.53% -
HSV(B) 172.71º 0.57% 0.74% -
XYZ 29.51 41.32 47.5 -
YUV 155.53 139.55 75.56 -
System Red Green Blue C M Y K H S L
Decimal 82 189 176 0.57 0 0.07 0.26 172.71 0.45 0.53
Hex 52 BD B0 39 0 7 1A AD 2D 35
Octal 122 275 260 71 0 7 32 255 55 65
Binary 1010010 10111101 10110000 111001 0 111 11010 10101101 101101 110101

Color Harmonies of #52BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BDB0

Black with #52BDB0

Text Example


Text Example

White with #52BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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