Html Css Color HEX #53C6A4 Puerto Rico

📋 copy color: '#53C6A4'

red 83 ◦ green 198 ◦ blue 164

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

Shades of Puerto Rico #53C6A4

Tints of Puerto Rico #53C6A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.85%

R = 18.65%
G = 44.49%
B = 36.85%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#53C6A4 (or 0x53C6A4) is known color: Puerto Rico. HEX triplet: 53, C6 and A4. RGB value is (83,198,164). Sum of RGB (Red+Green+Blue) = 83+198+164=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #53C6A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C6A4 is #AC395B. Grayscale: #9F9F9F. Windows color (decimal): -11286876 or 10798675. OLE color: 10798675.

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

Color convert

RGB 83 198 164 -
CMYK 0.58 0 0.17 0.22
HSL 162.26º 0.5% 0.55% -
HSV(B) 162.26º 0.58% 0.78% -
XYZ 30.46 44.91 42.18 -
YUV 159.74 130.4 73.26 -
System Red Green Blue C M Y K H S L
Decimal 83 198 164 0.58 0 0.17 0.22 162.26 0.5 0.55
Hex 53 C6 A4 3A 0 11 16 A2 32 37
Octal 123 306 244 72 0 21 26 242 62 67
Binary 1010011 11000110 10100100 111010 0 10001 10110 10100010 110010 110111

Color Harmonies of #53C6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C6A4

Black with #53C6A4

Text Example


Text Example

White with #53C6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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