Html Css Color HEX #53B99D Puerto Rico

📋 copy color: '#53B99D'

red 83 ◦ green 185 ◦ blue 157

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

Shades of Puerto Rico #53B99D

Tints of Puerto Rico #53B99D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.53%

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

R = 19.53%
G = 43.53%
B = 36.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#53B99D (or 0x53B99D) is known color: Puerto Rico. HEX triplet: 53, B9 and 9D. RGB value is (83,185,157). Sum of RGB (Red+Green+Blue) = 83+185+157=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #53B99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B99D is #AC4662. Grayscale: #979797. Windows color (decimal): -11290211 or 10336595. OLE color: 10336595.

HSL color Cylindrical-coordinate representation of color #53B99D: hue angle of 163.53º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B99D is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 185 157 -
CMYK 0.55 0 0.15 0.27
HSL 163.53º 0.42% 0.53% -
HSV(B) 163.53º 0.55% 0.73% -
XYZ 27 38.97 38 -
YUV 151.31 131.21 79.28 -
System Red Green Blue C M Y K H S L
Decimal 83 185 157 0.55 0 0.15 0.27 163.53 0.42 0.53
Hex 53 B9 9D 37 0 F 1B A4 2A 35
Octal 123 271 235 67 0 17 33 244 52 65
Binary 1010011 10111001 10011101 110111 0 1111 11011 10100100 101010 110101

Color Harmonies of #53B99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B99D

Black with #53B99D

Text Example


Text Example

White with #53B99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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