Html Css Color HEX #53BCAB Puerto Rico

📋 copy color: '#53BCAB'

red 83 ◦ green 188 ◦ blue 171

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

Shades of Puerto Rico #53BCAB

Tints of Puerto Rico #53BCAB

RGB

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

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

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

R = 18.78%
G = 42.53%
B = 38.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#53BCAB (or 0x53BCAB) is known color: Puerto Rico. HEX triplet: 53, BC and AB. RGB value is (83,188,171). Sum of RGB (Red+Green+Blue) = 83+188+171=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #53BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BCAB is #AC4354. Grayscale: #9A9A9A. Windows color (decimal): -11289429 or 11254867. OLE color: 11254867.

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

Color convert

RGB 83 188 171 -
CMYK 0.56 0 0.09 0.26
HSL 170.29º 0.44% 0.53% -
HSV(B) 170.29º 0.56% 0.74% -
XYZ 28.9 40.75 44.87 -
YUV 154.67 137.21 76.88 -
System Red Green Blue C M Y K H S L
Decimal 83 188 171 0.56 0 0.09 0.26 170.29 0.44 0.53
Hex 53 BC AB 38 0 9 1A AA 2C 35
Octal 123 274 253 70 0 11 32 252 54 65
Binary 1010011 10111100 10101011 111000 0 1001 11010 10101010 101100 110101

Color Harmonies of #53BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCAB

Black with #53BCAB

Text Example


Text Example

White with #53BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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