Html Css Color HEX #53B29D Puerto Rico

📋 copy color: '#53B29D'

red 83 ◦ green 178 ◦ blue 157

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

Shades of Puerto Rico #53B29D

Tints of Puerto Rico #53B29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 19.86%
G = 42.58%
B = 37.56%

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

#53B29D (or 0x53B29D) is known color: Puerto Rico. HEX triplet: 53, B2 and 9D. RGB value is (83,178,157). Sum of RGB (Red+Green+Blue) = 83+178+157=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 178 - color contains mainly: green. Hex color #53B29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B29D is #AC4D62. Grayscale: #939393. Windows color (decimal): -11292003 or 10334803. OLE color: 10334803.

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

Color convert

RGB 83 178 157 -
CMYK 0.53 0 0.12 0.30
HSL 166.74º 0.38% 0.51% -
HSV(B) 166.74º 0.53% 0.7% -
XYZ 25.57 36.11 37.52 -
YUV 147.2 133.53 82.21 -
System Red Green Blue C M Y K H S L
Decimal 83 178 157 0.53 0 0.12 0.30 166.74 0.38 0.51
Hex 53 B2 9D 35 0 C 1E A7 26 33
Octal 123 262 235 65 0 14 36 247 46 63
Binary 1010011 10110010 10011101 110101 0 1100 11110 10100111 100110 110011

Color Harmonies of #53B29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B29D

Black with #53B29D

Text Example


Text Example

White with #53B29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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