Html Css Color HEX #53C6AF Puerto Rico

📋 copy color: '#53C6AF'

red 83 ◦ green 198 ◦ blue 175

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

Shades of Puerto Rico #53C6AF

Tints of Puerto Rico #53C6AF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.42%

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

R = 18.2%
G = 43.42%
B = 38.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#53C6AF (or 0x53C6AF) is known color: Puerto Rico. HEX triplet: 53, C6 and AF. RGB value is (83,198,175). Sum of RGB (Red+Green+Blue) = 83+198+175=456 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.20% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #53C6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C6AF is #AC3950. Grayscale: #A0A0A0. Windows color (decimal): -11286865 or 11519571. OLE color: 11519571.

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

Color convert

RGB 83 198 175 -
CMYK 0.58 0 0.12 0.22
HSL 168º 0.5% 0.55% -
HSV(B) 168º 0.58% 0.78% -
XYZ 31.5 45.32 47.65 -
YUV 160.99 135.9 72.37 -
System Red Green Blue C M Y K H S L
Decimal 83 198 175 0.58 0 0.12 0.22 168 0.5 0.55
Hex 53 C6 AF 3A 0 C 16 A8 32 37
Octal 123 306 257 72 0 14 26 250 62 67
Binary 1010011 11000110 10101111 111010 0 1100 10110 10101000 110010 110111

Color Harmonies of #53C6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C6AF

Black with #53C6AF

Text Example


Text Example

White with #53C6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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