Html Css Color HEX #53C0AF Puerto Rico

📋 copy color: '#53C0AF'

red 83 ◦ green 192 ◦ blue 175

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

Shades of Puerto Rico #53C0AF

Tints of Puerto Rico #53C0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.67%

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

R = 18.44%
G = 42.67%
B = 38.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#53C0AF (or 0x53C0AF) is known color: Puerto Rico. HEX triplet: 53, C0 and AF. RGB value is (83,192,175). Sum of RGB (Red+Green+Blue) = 83+192+175=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #53C0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C0AF is #AC3F50. Grayscale: #9D9D9D. Windows color (decimal): -11288401 or 11518035. OLE color: 11518035.

HSL color Cylindrical-coordinate representation of color #53C0AF: hue angle of 170.64º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C0AF is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 192 175 -
CMYK 0.57 0 0.09 0.25
HSL 170.64º 0.46% 0.54% -
HSV(B) 170.64º 0.57% 0.75% -
XYZ 30.15 42.63 47.2 -
YUV 157.47 137.89 74.88 -
System Red Green Blue C M Y K H S L
Decimal 83 192 175 0.57 0 0.09 0.25 170.64 0.46 0.54
Hex 53 C0 AF 39 0 9 19 AB 2E 36
Octal 123 300 257 71 0 11 31 253 56 66
Binary 1010011 11000000 10101111 111001 0 1001 11001 10101011 101110 110110

Color Harmonies of #53C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C0AF

Black with #53C0AF

Text Example


Text Example

White with #53C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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