Html Css Color HEX #53BCAF Puerto Rico

📋 copy color: '#53BCAF'

red 83 ◦ green 188 ◦ blue 175

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

Shades of Puerto Rico #53BCAF

Tints of Puerto Rico #53BCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.24%

R = 18.61%
G = 42.15%
B = 39.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#53BCAF (or 0x53BCAF) is known color: Puerto Rico. HEX triplet: 53, BC and AF. RGB value is (83,188,175). Sum of RGB (Red+Green+Blue) = 83+188+175=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #53BCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BCAF is #AC4350. Grayscale: #9B9B9B. Windows color (decimal): -11289425 or 11517011. OLE color: 11517011.

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

Color convert

RGB 83 188 175 -
CMYK 0.56 0 0.07 0.26
HSL 172.57º 0.44% 0.53% -
HSV(B) 172.57º 0.56% 0.74% -
XYZ 29.29 40.9 46.91 -
YUV 155.12 139.21 76.56 -
System Red Green Blue C M Y K H S L
Decimal 83 188 175 0.56 0 0.07 0.26 172.57 0.44 0.53
Hex 53 BC AF 38 0 7 1A AD 2C 35
Octal 123 274 257 70 0 7 32 255 54 65
Binary 1010011 10111100 10101111 111000 0 111 11010 10101101 101100 110101

Color Harmonies of #53BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCAF

Black with #53BCAF

Text Example


Text Example

White with #53BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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