Html Css Color HEX #53B89F Puerto Rico

📋 copy color: '#53B89F'

red 83 ◦ green 184 ◦ blue 159

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

Shades of Puerto Rico #53B89F

Tints of Puerto Rico #53B89F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.19%

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

R = 19.48%
G = 43.19%
B = 37.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#53B89F (or 0x53B89F) is known color: Puerto Rico. HEX triplet: 53, B8 and 9F. RGB value is (83,184,159). Sum of RGB (Red+Green+Blue) = 83+184+159=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 184 - color contains mainly: green. Hex color #53B89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B89F is #AC4760. Grayscale: #969696. Windows color (decimal): -11290465 or 10467411. OLE color: 10467411.

HSL color Cylindrical-coordinate representation of color #53B89F: hue angle of 165.15º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B89F is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 184 159 -
CMYK 0.55 0 0.14 0.28
HSL 165.15º 0.42% 0.52% -
HSV(B) 165.15º 0.55% 0.72% -
XYZ 26.97 38.62 38.83 -
YUV 150.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 83 184 159 0.55 0 0.14 0.28 165.15 0.42 0.52
Hex 53 B8 9F 37 0 E 1C A5 2A 34
Octal 123 270 237 67 0 16 34 245 52 64
Binary 1010011 10111000 10011111 110111 0 1110 11100 10100101 101010 110100

Color Harmonies of #53B89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B89F

Black with #53B89F

Text Example


Text Example

White with #53B89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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