Html Css Color HEX #53CAA6 Puerto Rico

📋 copy color: '#53CAA6'

red 83 ◦ green 202 ◦ blue 166

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

Shades of Puerto Rico #53CAA6

Tints of Puerto Rico #53CAA6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.79%

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

R = 18.4%
G = 44.79%
B = 36.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#53CAA6 (or 0x53CAA6) is known color: Puerto Rico. HEX triplet: 53, CA and A6. RGB value is (83,202,166). Sum of RGB (Red+Green+Blue) = 83+202+166=451 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.40% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #53CAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CAA6 is #AC3559. Grayscale: #A2A2A2. Windows color (decimal): -11285850 or 10930771. OLE color: 10930771.

HSL color Cylindrical-coordinate representation of color #53CAA6: hue angle of 161.85º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CAA6 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 202 166 -
CMYK 0.59 0 0.18 0.21
HSL 161.85º 0.53% 0.56% -
HSV(B) 161.85º 0.59% 0.79% -
XYZ 31.57 46.83 43.45 -
YUV 162.32 130.08 71.43 -
System Red Green Blue C M Y K H S L
Decimal 83 202 166 0.59 0 0.18 0.21 161.85 0.53 0.56
Hex 53 CA A6 3B 0 12 15 A2 35 38
Octal 123 312 246 73 0 22 25 242 65 70
Binary 1010011 11001010 10100110 111011 0 10010 10101 10100010 110101 111000

Color Harmonies of #53CAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CAA6

Black with #53CAA6

Text Example


Text Example

White with #53CAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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