Html Css Color HEX #53C89D Puerto Rico

📋 copy color: '#53C89D'

red 83 ◦ green 200 ◦ blue 157

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

Shades of Puerto Rico #53C89D

Tints of Puerto Rico #53C89D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.45%

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

R = 18.86%
G = 45.45%
B = 35.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#53C89D (or 0x53C89D) is known color: Puerto Rico. HEX triplet: 53, C8 and 9D. RGB value is (83,200,157). Sum of RGB (Red+Green+Blue) = 83+200+157=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 200 - color contains mainly: green. Hex color #53C89D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C89D is #AC3762. Grayscale: #A0A0A0. Windows color (decimal): -11286371 or 10340435. OLE color: 10340435.

HSL color Cylindrical-coordinate representation of color #53C89D: hue angle of 157.95º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C89D is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 200 157 -
CMYK 0.58 0 0.22 0.22
HSL 157.95º 0.52% 0.55% -
HSV(B) 157.95º 0.59% 0.78% -
XYZ 30.31 45.58 39.1 -
YUV 160.12 126.24 73 -
System Red Green Blue C M Y K H S L
Decimal 83 200 157 0.58 0 0.22 0.22 157.95 0.52 0.55
Hex 53 C8 9D 3A 0 16 16 9E 34 37
Octal 123 310 235 72 0 26 26 236 64 67
Binary 1010011 11001000 10011101 111010 0 10110 10110 10011110 110100 110111

Color Harmonies of #53C89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C89D

Black with #53C89D

Text Example


Text Example

White with #53C89D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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