Html Css Color HEX #53BCAC Puerto Rico

📋 copy color: '#53BCAC'

red 83 ◦ green 188 ◦ blue 172

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

Shades of Puerto Rico #53BCAC

Tints of Puerto Rico #53BCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.83%

R = 18.74%
G = 42.44%
B = 38.83%

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

#53BCAC (or 0x53BCAC) is known color: Puerto Rico. HEX triplet: 53, BC and AC. RGB value is (83,188,172). Sum of RGB (Red+Green+Blue) = 83+188+172=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #53BCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BCAC is #AC4353. Grayscale: #9A9A9A. Windows color (decimal): -11289428 or 11320403. OLE color: 11320403.

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

Color convert

RGB 83 188 172 -
CMYK 0.56 0 0.09 0.26
HSL 170.86º 0.44% 0.53% -
HSV(B) 170.86º 0.56% 0.74% -
XYZ 29 40.78 45.37 -
YUV 154.78 137.71 76.8 -
System Red Green Blue C M Y K H S L
Decimal 83 188 172 0.56 0 0.09 0.26 170.86 0.44 0.53
Hex 53 BC AC 38 0 9 1A AB 2C 35
Octal 123 274 254 70 0 11 32 253 54 65
Binary 1010011 10111100 10101100 111000 0 1001 11010 10101011 101100 110101

Color Harmonies of #53BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCAC

Black with #53BCAC

Text Example


Text Example

White with #53BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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