Html Css Color HEX #53C8A6 Puerto Rico

📋 copy color: '#53C8A6'

red 83 ◦ green 200 ◦ blue 166

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

Shades of Puerto Rico #53C8A6

Tints of Puerto Rico #53C8A6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.54%

 BLUE value IS 166 (65.23% from 255) = 36.97%

R = 18.49%
G = 44.54%
B = 36.97%

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

#53C8A6 (or 0x53C8A6) is known color: Puerto Rico. HEX triplet: 53, C8 and A6. RGB value is (83,200,166). Sum of RGB (Red+Green+Blue) = 83+200+166=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #53C8A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C8A6 is #AC3759. Grayscale: #A1A1A1. Windows color (decimal): -11286362 or 10930259. OLE color: 10930259.

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

Color convert

RGB 83 200 166 -
CMYK 0.58 0 0.17 0.22
HSL 162.56º 0.52% 0.55% -
HSV(B) 162.56º 0.59% 0.78% -
XYZ 31.1 45.9 43.3 -
YUV 161.14 130.74 72.26 -
System Red Green Blue C M Y K H S L
Decimal 83 200 166 0.58 0 0.17 0.22 162.56 0.52 0.55
Hex 53 C8 A6 3A 0 11 16 A3 34 37
Octal 123 310 246 72 0 21 26 243 64 67
Binary 1010011 11001000 10100110 111010 0 10001 10110 10100011 110100 110111

Color Harmonies of #53C8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C8A6

Black with #53C8A6

Text Example


Text Example

White with #53C8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,200,166); }

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

background-color css

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

 a { background-color: rgb(83,200,166); }

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

border-color css

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

 span { border-color: rgb(83,200,166); }

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