Html Css Color HEX #53BBAB Puerto Rico

📋 copy color: '#53BBAB'

red 83 ◦ green 187 ◦ blue 171

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

Shades of Puerto Rico #53BBAB

Tints of Puerto Rico #53BBAB

RGB

 RED value IS 83 (32.81% from 255) = 18.82%

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

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

R = 18.82%
G = 42.4%
B = 38.78%

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

#53BBAB (or 0x53BBAB) is known color: Puerto Rico. HEX triplet: 53, BB and AB. RGB value is (83,187,171). Sum of RGB (Red+Green+Blue) = 83+187+171=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #53BBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BBAB is #AC4454. Grayscale: #9A9A9A. Windows color (decimal): -11289685 or 11254611. OLE color: 11254611.

HSL color Cylindrical-coordinate representation of color #53BBAB: hue angle of 170.77º degrees, saturation: 0.43, 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 #53BBAB is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 187 171 -
CMYK 0.56 0 0.09 0.27
HSL 170.77º 0.43% 0.53% -
HSV(B) 170.77º 0.56% 0.73% -
XYZ 28.69 40.32 44.8 -
YUV 154.08 137.54 77.3 -
System Red Green Blue C M Y K H S L
Decimal 83 187 171 0.56 0 0.09 0.27 170.77 0.43 0.53
Hex 53 BB AB 38 0 9 1B AB 2B 35
Octal 123 273 253 70 0 11 33 253 53 65
Binary 1010011 10111011 10101011 111000 0 1001 11011 10101011 101011 110101

Color Harmonies of #53BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BBAB

Black with #53BBAB

Text Example


Text Example

White with #53BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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