Html Css Color HEX #53B29F Puerto Rico

📋 copy color: '#53B29F'

red 83 ◦ green 178 ◦ blue 159

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

Shades of Puerto Rico #53B29F

Tints of Puerto Rico #53B29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 19.76%
G = 42.38%
B = 37.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#53B29F (or 0x53B29F) is known color: Puerto Rico. HEX triplet: 53, B2 and 9F. RGB value is (83,178,159). Sum of RGB (Red+Green+Blue) = 83+178+159=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #53B29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B29F is #AC4D60. Grayscale: #939393. Windows color (decimal): -11292001 or 10465875. OLE color: 10465875.

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

Color convert

RGB 83 178 159 -
CMYK 0.53 0 0.11 0.30
HSL 168º 0.38% 0.51% -
HSV(B) 168º 0.53% 0.7% -
XYZ 25.75 36.18 38.43 -
YUV 147.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 83 178 159 0.53 0 0.11 0.30 168 0.38 0.51
Hex 53 B2 9F 35 0 B 1E A8 26 33
Octal 123 262 237 65 0 13 36 250 46 63
Binary 1010011 10110010 10011111 110101 0 1011 11110 10101000 100110 110011

Color Harmonies of #53B29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B29F

Black with #53B29F

Text Example


Text Example

White with #53B29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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