Html Css Color HEX #53B19C Puerto Rico

📋 copy color: '#53B19C'

red 83 ◦ green 177 ◦ blue 156

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

Shades of Puerto Rico #53B19C

Tints of Puerto Rico #53B19C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.55%

 BLUE value IS 156 (61.33% from 255) = 37.5%

R = 19.95%
G = 42.55%
B = 37.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#53B19C (or 0x53B19C) is known color: Puerto Rico. HEX triplet: 53, B1 and 9C. RGB value is (83,177,156). Sum of RGB (Red+Green+Blue) = 83+177+156=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #53B19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B19C is #AC4E63. Grayscale: #929292. Windows color (decimal): -11292260 or 10269011. OLE color: 10269011.

HSL color Cylindrical-coordinate representation of color #53B19C: hue angle of 166.6º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B19C is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 177 156 -
CMYK 0.53 0 0.12 0.31
HSL 166.6º 0.38% 0.51% -
HSV(B) 166.6º 0.53% 0.69% -
XYZ 25.29 35.68 37.01 -
YUV 146.5 133.36 82.71 -
System Red Green Blue C M Y K H S L
Decimal 83 177 156 0.53 0 0.12 0.31 166.6 0.38 0.51
Hex 53 B1 9C 35 0 C 1F A7 26 33
Octal 123 261 234 65 0 14 37 247 46 63
Binary 1010011 10110001 10011100 110101 0 1100 11111 10100111 100110 110011

Color Harmonies of #53B19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B19C

Black with #53B19C

Text Example


Text Example

White with #53B19C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,177,156); }

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

background-color css

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

 a { background-color: rgb(83,177,156); }

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

border-color css

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

 span { border-color: rgb(83,177,156); }

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