Html Css Color HEX #53B3AC Puerto Rico

📋 copy color: '#53B3AC'

red 83 ◦ green 179 ◦ blue 172

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

Shades of Puerto Rico #53B3AC

Tints of Puerto Rico #53B3AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.63%

R = 19.12%
G = 41.24%
B = 39.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#53B3AC (or 0x53B3AC) is known color: Puerto Rico. HEX triplet: 53, B3 and AC. RGB value is (83,179,172). Sum of RGB (Red+Green+Blue) = 83+179+172=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #53B3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B3AC is #AC4C53. Grayscale: #959595. Windows color (decimal): -11291732 or 11318099. OLE color: 11318099.

HSL color Cylindrical-coordinate representation of color #53B3AC: hue angle of 175.62º 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 #53B3AC is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 179 172 -
CMYK 0.54 0 0.04 0.30
HSL 175.63º 0.39% 0.51% -
HSV(B) 175.63º 0.54% 0.7% -
XYZ 27.13 37.06 44.75 -
YUV 149.5 140.7 80.57 -
System Red Green Blue C M Y K H S L
Decimal 83 179 172 0.54 0 0.04 0.30 175.63 0.39 0.51
Hex 53 B3 AC 36 0 4 1E B0 27 33
Octal 123 263 254 66 0 4 36 260 47 63
Binary 1010011 10110011 10101100 110110 0 100 11110 10110000 100111 110011

Color Harmonies of #53B3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B3AC

Black with #53B3AC

Text Example


Text Example

White with #53B3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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