Html Css Color HEX #53BCA0 Puerto Rico

📋 copy color: '#53BCA0'

red 83 ◦ green 188 ◦ blue 160

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

Shades of Puerto Rico #53BCA0

Tints of Puerto Rico #53BCA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.12%

R = 19.26%
G = 43.62%
B = 37.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#53BCA0 (or 0x53BCA0) is known color: Puerto Rico. HEX triplet: 53, BC and A0. RGB value is (83,188,160). Sum of RGB (Red+Green+Blue) = 83+188+160=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #53BCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BCA0 is #AC435F. Grayscale: #999999. Windows color (decimal): -11289440 or 10533971. OLE color: 10533971.

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

Color convert

RGB 83 188 160 -
CMYK 0.56 0 0.15 0.26
HSL 164º 0.44% 0.53% -
HSV(B) 164º 0.56% 0.74% -
XYZ 27.9 40.34 39.57 -
YUV 153.41 131.71 77.78 -
System Red Green Blue C M Y K H S L
Decimal 83 188 160 0.56 0 0.15 0.26 164 0.44 0.53
Hex 53 BC A0 38 0 F 1A A4 2C 35
Octal 123 274 240 70 0 17 32 244 54 65
Binary 1010011 10111100 10100000 111000 0 1111 11010 10100100 101100 110101

Color Harmonies of #53BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCA0

Black with #53BCA0

Text Example


Text Example

White with #53BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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