Html Css Color HEX #53BCAD Puerto Rico

📋 copy color: '#53BCAD'

red 83 ◦ green 188 ◦ blue 173

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

Shades of Puerto Rico #53BCAD

Tints of Puerto Rico #53BCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.96%

R = 18.69%
G = 42.34%
B = 38.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#53BCAD (or 0x53BCAD) is known color: Puerto Rico. HEX triplet: 53, BC and AD. RGB value is (83,188,173). Sum of RGB (Red+Green+Blue) = 83+188+173=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #53BCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BCAD is #AC4352. Grayscale: #9A9A9A. Windows color (decimal): -11289427 or 11385939. OLE color: 11385939.

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

Color convert

RGB 83 188 173 -
CMYK 0.56 0 0.08 0.26
HSL 171.43º 0.44% 0.53% -
HSV(B) 171.43º 0.56% 0.74% -
XYZ 29.09 40.82 45.88 -
YUV 154.9 138.21 76.72 -
System Red Green Blue C M Y K H S L
Decimal 83 188 173 0.56 0 0.08 0.26 171.43 0.44 0.53
Hex 53 BC AD 38 0 8 1A AB 2C 35
Octal 123 274 255 70 0 10 32 253 54 65
Binary 1010011 10111100 10101101 111000 0 1000 11010 10101011 101100 110101

Color Harmonies of #53BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCAD

Black with #53BCAD

Text Example


Text Example

White with #53BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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