Html Css Color HEX #53C5B2 Puerto Rico

📋 copy color: '#53C5B2'

red 83 ◦ green 197 ◦ blue 178

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

Shades of Puerto Rico #53C5B2

Tints of Puerto Rico #53C5B2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.01%

 BLUE value IS 178 (69.92% from 255) = 38.86%

R = 18.12%
G = 43.01%
B = 38.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#53C5B2 (or 0x53C5B2) is known color: Puerto Rico. HEX triplet: 53, C5 and B2. RGB value is (83,197,178). Sum of RGB (Red+Green+Blue) = 83+197+178=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #53C5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C5B2 is #AC3A4D. Grayscale: #A0A0A0. Windows color (decimal): -11287118 or 11715923. OLE color: 11715923.

HSL color Cylindrical-coordinate representation of color #53C5B2: hue angle of 170º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C5B2 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 197 178 -
CMYK 0.58 0 0.10 0.23
HSL 170º 0.5% 0.55% -
HSV(B) 170º 0.58% 0.77% -
XYZ 31.57 44.99 49.14 -
YUV 160.75 137.73 72.54 -
System Red Green Blue C M Y K H S L
Decimal 83 197 178 0.58 0 0.10 0.23 170 0.5 0.55
Hex 53 C5 B2 3A 0 A 17 AA 32 37
Octal 123 305 262 72 0 12 27 252 62 67
Binary 1010011 11000101 10110010 111010 0 1010 10111 10101010 110010 110111

Color Harmonies of #53C5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C5B2

Black with #53C5B2

Text Example


Text Example

White with #53C5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,197,178); }

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

background-color css

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

 a { background-color: rgb(83,197,178); }

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

border-color css

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

 span { border-color: rgb(83,197,178); }

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