Html Css Color HEX #52CAB0 Puerto Rico

📋 copy color: '#52CAB0'

red 82 ◦ green 202 ◦ blue 176

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

Shades of Puerto Rico #52CAB0

Tints of Puerto Rico #52CAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.91%

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

R = 17.83%
G = 43.91%
B = 38.26%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#52CAB0 (or 0x52CAB0) is known color: Puerto Rico. HEX triplet: 52, CA and B0. RGB value is (82,202,176). Sum of RGB (Red+Green+Blue) = 82+202+176=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #52CAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CAB0 is #AD354F. Grayscale: #A3A3A3. Windows color (decimal): -11351376 or 11586130. OLE color: 11586130.

HSL color Cylindrical-coordinate representation of color #52CAB0: hue angle of 167º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52CAB0 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 202 176 -
CMYK 0.59 0 0.13 0.21
HSL 167º 0.53% 0.56% -
HSV(B) 167º 0.59% 0.79% -
XYZ 32.44 47.17 48.47 -
YUV 163.16 135.24 70.11 -
System Red Green Blue C M Y K H S L
Decimal 82 202 176 0.59 0 0.13 0.21 167 0.53 0.56
Hex 52 CA B0 3B 0 D 15 A7 35 38
Octal 122 312 260 73 0 15 25 247 65 70
Binary 1010010 11001010 10110000 111011 0 1101 10101 10100111 110101 111000

Color Harmonies of #52CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CAB0

Black with #52CAB0

Text Example


Text Example

White with #52CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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