Html Css Color HEX #53B3A6 Puerto Rico

📋 copy color: '#53B3A6'

red 83 ◦ green 179 ◦ blue 166

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

Shades of Puerto Rico #53B3A6

Tints of Puerto Rico #53B3A6

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.82%

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

R = 19.39%
G = 41.82%
B = 38.79%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#53B3A6 (or 0x53B3A6) is known color: Puerto Rico. HEX triplet: 53, B3 and A6. RGB value is (83,179,166). Sum of RGB (Red+Green+Blue) = 83+179+166=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 179 - color contains mainly: green. Hex color #53B3A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B3A6 is #AC4C59. Grayscale: #949494. Windows color (decimal): -11291738 or 10924883. OLE color: 10924883.

HSL color Cylindrical-coordinate representation of color #53B3A6: hue angle of 171.88º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B3A6 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 179 166 -
CMYK 0.54 0 0.07 0.30
HSL 171.88º 0.39% 0.51% -
HSV(B) 171.88º 0.54% 0.7% -
XYZ 26.57 36.83 41.79 -
YUV 148.81 137.7 81.06 -
System Red Green Blue C M Y K H S L
Decimal 83 179 166 0.54 0 0.07 0.30 171.88 0.39 0.51
Hex 53 B3 A6 36 0 7 1E AC 27 33
Octal 123 263 246 66 0 7 36 254 47 63
Binary 1010011 10110011 10100110 110110 0 111 11110 10101100 100111 110011

Color Harmonies of #53B3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B3A6

Black with #53B3A6

Text Example


Text Example

White with #53B3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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