Html Css Color HEX #53CAA3 Puerto Rico

📋 copy color: '#53CAA3'

red 83 ◦ green 202 ◦ blue 163

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

Shades of Puerto Rico #53CAA3

Tints of Puerto Rico #53CAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.38%

R = 18.53%
G = 45.09%
B = 36.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#53CAA3 (or 0x53CAA3) is known color: Puerto Rico. HEX triplet: 53, CA and A3. RGB value is (83,202,163). Sum of RGB (Red+Green+Blue) = 83+202+163=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #53CAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CAA3 is #AC355C. Grayscale: #A2A2A2. Windows color (decimal): -11285853 or 10734163. OLE color: 10734163.

HSL color Cylindrical-coordinate representation of color #53CAA3: hue angle of 160.34º 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 #53CAA3 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 202 163 -
CMYK 0.59 0 0.19 0.21
HSL 160.34º 0.53% 0.56% -
HSV(B) 160.34º 0.59% 0.79% -
XYZ 31.3 46.72 42.02 -
YUV 161.97 128.58 71.67 -
System Red Green Blue C M Y K H S L
Decimal 83 202 163 0.59 0 0.19 0.21 160.34 0.53 0.56
Hex 53 CA A3 3B 0 13 15 A0 35 38
Octal 123 312 243 73 0 23 25 240 65 70
Binary 1010011 11001010 10100011 111011 0 10011 10101 10100000 110101 111000

Color Harmonies of #53CAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CAA3

Black with #53CAA3

Text Example


Text Example

White with #53CAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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