Html Css Color HEX #52BBAB Puerto Rico

📋 copy color: '#52BBAB'

red 82 ◦ green 187 ◦ blue 171

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

Shades of Puerto Rico #52BBAB

Tints of Puerto Rico #52BBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.5%

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 18.64%
G = 42.5%
B = 38.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#52BBAB (or 0x52BBAB) is known color: Puerto Rico. HEX triplet: 52, BB and AB. RGB value is (82,187,171). Sum of RGB (Red+Green+Blue) = 82+187+171=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #52BBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BBAB is #AD4454. Grayscale: #999999. Windows color (decimal): -11355221 or 11254610. OLE color: 11254610.

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

Color convert

RGB 82 187 171 -
CMYK 0.56 0 0.09 0.27
HSL 170.86º 0.44% 0.53% -
HSV(B) 170.86º 0.56% 0.73% -
XYZ 28.6 40.27 44.79 -
YUV 153.78 137.71 76.8 -
System Red Green Blue C M Y K H S L
Decimal 82 187 171 0.56 0 0.09 0.27 170.86 0.44 0.53
Hex 52 BB AB 38 0 9 1B AB 2C 35
Octal 122 273 253 70 0 11 33 253 54 65
Binary 1010010 10111011 10101011 111000 0 1001 11011 10101011 101100 110101

Color Harmonies of #52BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BBAB

Black with #52BBAB

Text Example


Text Example

White with #52BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,187,171); }

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

background-color css

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

 a { background-color: rgb(82,187,171); }

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

border-color css

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

 span { border-color: rgb(82,187,171); }

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