Html Css Color HEX #53C5AF Puerto Rico

📋 copy color: '#53C5AF'

red 83 ◦ green 197 ◦ blue 175

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

Shades of Puerto Rico #53C5AF

Tints of Puerto Rico #53C5AF

RGB

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

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

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

R = 18.24%
G = 43.3%
B = 38.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#53C5AF (or 0x53C5AF) is known color: Puerto Rico. HEX triplet: 53, C5 and AF. RGB value is (83,197,175). Sum of RGB (Red+Green+Blue) = 83+197+175=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 197 - color contains mainly: green. Hex color #53C5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C5AF is #AC3A50. Grayscale: #A0A0A0. Windows color (decimal): -11287121 or 11519315. OLE color: 11519315.

HSL color Cylindrical-coordinate representation of color #53C5AF: hue angle of 168.42º 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 #53C5AF is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 197 175 -
CMYK 0.58 0 0.11 0.23
HSL 168.42º 0.5% 0.55% -
HSV(B) 168.42º 0.58% 0.77% -
XYZ 31.27 44.87 47.57 -
YUV 160.41 136.23 72.79 -
System Red Green Blue C M Y K H S L
Decimal 83 197 175 0.58 0 0.11 0.23 168.42 0.5 0.55
Hex 53 C5 AF 3A 0 B 17 A8 32 37
Octal 123 305 257 72 0 13 27 250 62 67
Binary 1010011 11000101 10101111 111010 0 1011 10111 10101000 110010 110111

Color Harmonies of #53C5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C5AF

Black with #53C5AF

Text Example


Text Example

White with #53C5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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