Html Css Color HEX #53B29C Puerto Rico

📋 copy color: '#53B29C'

red 83 ◦ green 178 ◦ blue 156

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

Shades of Puerto Rico #53B29C

Tints of Puerto Rico #53B29C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.69%

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

R = 19.9%
G = 42.69%
B = 37.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#53B29C (or 0x53B29C) is known color: Puerto Rico. HEX triplet: 53, B2 and 9C. RGB value is (83,178,156). Sum of RGB (Red+Green+Blue) = 83+178+156=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 178 - color contains mainly: green. Hex color #53B29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B29C is #AC4D63. Grayscale: #939393. Windows color (decimal): -11292004 or 10269267. OLE color: 10269267.

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

Color convert

RGB 83 178 156 -
CMYK 0.53 0 0.12 0.30
HSL 166.11º 0.38% 0.51% -
HSV(B) 166.11º 0.53% 0.7% -
XYZ 25.49 36.08 37.07 -
YUV 147.09 133.03 82.29 -
System Red Green Blue C M Y K H S L
Decimal 83 178 156 0.53 0 0.12 0.30 166.11 0.38 0.51
Hex 53 B2 9C 35 0 C 1E A6 26 33
Octal 123 262 234 65 0 14 36 246 46 63
Binary 1010011 10110010 10011100 110101 0 1100 11110 10100110 100110 110011

Color Harmonies of #53B29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B29C

Black with #53B29C

Text Example


Text Example

White with #53B29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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