Html Css Color HEX #52BCB1 Puerto Rico

📋 copy color: '#52BCB1'

red 82 ◦ green 188 ◦ blue 177

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

Shades of Puerto Rico #52BCB1

Tints of Puerto Rico #52BCB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.6%

R = 18.34%
G = 42.06%
B = 39.6%

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

#52BCB1 (or 0x52BCB1) is known color: Puerto Rico. HEX triplet: 52, BC and B1. RGB value is (82,188,177). Sum of RGB (Red+Green+Blue) = 82+188+177=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #52BCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BCB1 is #AD434E. Grayscale: #9A9A9A. Windows color (decimal): -11354959 or 11648082. OLE color: 11648082.

HSL color Cylindrical-coordinate representation of color #52BCB1: hue angle of 173.77º 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 #52BCB1 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 188 177 -
CMYK 0.56 0 0.06 0.26
HSL 173.77º 0.44% 0.53% -
HSV(B) 173.77º 0.56% 0.74% -
XYZ 29.4 40.93 47.95 -
YUV 155.05 140.38 75.89 -
System Red Green Blue C M Y K H S L
Decimal 82 188 177 0.56 0 0.06 0.26 173.77 0.44 0.53
Hex 52 BC B1 38 0 6 1A AE 2C 35
Octal 122 274 261 70 0 6 32 256 54 65
Binary 1010010 10111100 10110001 111000 0 110 11010 10101110 101100 110101

Color Harmonies of #52BCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BCB1

Black with #52BCB1

Text Example


Text Example

White with #52BCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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