Html Css Color HEX #53B7A6 Puerto Rico

📋 copy color: '#53B7A6'

red 83 ◦ green 183 ◦ blue 166

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

Shades of Puerto Rico #53B7A6

Tints of Puerto Rico #53B7A6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.36%

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

R = 19.21%
G = 42.36%
B = 38.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#53B7A6 (or 0x53B7A6) is known color: Puerto Rico. HEX triplet: 53, B7 and A6. RGB value is (83,183,166). Sum of RGB (Red+Green+Blue) = 83+183+166=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #53B7A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B7A6 is #AC4859. Grayscale: #979797. Windows color (decimal): -11290714 or 10925907. OLE color: 10925907.

HSL color Cylindrical-coordinate representation of color #53B7A6: hue angle of 169.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B7A6 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 183 166 -
CMYK 0.55 0 0.09 0.28
HSL 169.8º 0.41% 0.52% -
HSV(B) 169.8º 0.55% 0.72% -
XYZ 27.38 38.46 42.06 -
YUV 151.16 136.37 79.38 -
System Red Green Blue C M Y K H S L
Decimal 83 183 166 0.55 0 0.09 0.28 169.8 0.41 0.52
Hex 53 B7 A6 37 0 9 1C AA 29 34
Octal 123 267 246 67 0 11 34 252 51 64
Binary 1010011 10110111 10100110 110111 0 1001 11100 10101010 101001 110100

Color Harmonies of #53B7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B7A6

Black with #53B7A6

Text Example


Text Example

White with #53B7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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