Html Css Color HEX #52BCB0 Puerto Rico

📋 copy color: '#52BCB0'

red 82 ◦ green 188 ◦ blue 176

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

Shades of Puerto Rico #52BCB0

Tints of Puerto Rico #52BCB0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.15%

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

R = 18.39%
G = 42.15%
B = 39.46%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#52BCB0 (or 0x52BCB0) is known color: Puerto Rico. HEX triplet: 52, BC and B0. RGB value is (82,188,176). Sum of RGB (Red+Green+Blue) = 82+188+176=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #52BCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BCB0 is #AD434F. Grayscale: #9A9A9A. Windows color (decimal): -11354960 or 11582546. OLE color: 11582546.

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

Color convert

RGB 82 188 176 -
CMYK 0.56 0 0.06 0.26
HSL 173.21º 0.44% 0.53% -
HSV(B) 173.21º 0.56% 0.74% -
XYZ 29.3 40.89 47.42 -
YUV 154.94 139.88 75.98 -
System Red Green Blue C M Y K H S L
Decimal 82 188 176 0.56 0 0.06 0.26 173.21 0.44 0.53
Hex 52 BC B0 38 0 6 1A AD 2C 35
Octal 122 274 260 70 0 6 32 255 54 65
Binary 1010010 10111100 10110000 111000 0 110 11010 10101101 101100 110101

Color Harmonies of #52BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BCB0

Black with #52BCB0

Text Example


Text Example

White with #52BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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