Html Css Color HEX #53B89C Puerto Rico

📋 copy color: '#53B89C'

red 83 ◦ green 184 ◦ blue 156

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

Shades of Puerto Rico #53B89C

Tints of Puerto Rico #53B89C

RGB

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

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

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

R = 19.62%
G = 43.5%
B = 36.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#53B89C (or 0x53B89C) is known color: Puerto Rico. HEX triplet: 53, B8 and 9C. RGB value is (83,184,156). Sum of RGB (Red+Green+Blue) = 83+184+156=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #53B89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B89C is #AC4763. Grayscale: #969696. Windows color (decimal): -11290468 or 10270803. OLE color: 10270803.

HSL color Cylindrical-coordinate representation of color #53B89C: hue angle of 163.37º 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 #53B89C is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 184 156 -
CMYK 0.55 0 0.15 0.28
HSL 163.37º 0.42% 0.52% -
HSV(B) 163.37º 0.55% 0.72% -
XYZ 26.71 38.52 37.48 -
YUV 150.61 131.04 79.78 -
System Red Green Blue C M Y K H S L
Decimal 83 184 156 0.55 0 0.15 0.28 163.37 0.42 0.52
Hex 53 B8 9C 37 0 F 1C A3 2A 34
Octal 123 270 234 67 0 17 34 243 52 64
Binary 1010011 10111000 10011100 110111 0 1111 11100 10100011 101010 110100

Color Harmonies of #53B89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B89C

Black with #53B89C

Text Example


Text Example

White with #53B89C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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