Html Css Color HEX #53C39D Puerto Rico

📋 copy color: '#53C39D'

red 83 ◦ green 195 ◦ blue 157

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

Shades of Puerto Rico #53C39D

Tints of Puerto Rico #53C39D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.83%

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

R = 19.08%
G = 44.83%
B = 36.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#53C39D (or 0x53C39D) is known color: Puerto Rico. HEX triplet: 53, C3 and 9D. RGB value is (83,195,157). Sum of RGB (Red+Green+Blue) = 83+195+157=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #53C39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C39D is #AC3C62. Grayscale: #9D9D9D. Windows color (decimal): -11287651 or 10339155. OLE color: 10339155.

HSL color Cylindrical-coordinate representation of color #53C39D: hue angle of 159.64º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C39D is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 195 157 -
CMYK 0.57 0 0.19 0.24
HSL 159.64º 0.48% 0.55% -
HSV(B) 159.64º 0.57% 0.76% -
XYZ 29.17 43.3 38.72 -
YUV 157.18 127.89 75.09 -
System Red Green Blue C M Y K H S L
Decimal 83 195 157 0.57 0 0.19 0.24 159.64 0.48 0.55
Hex 53 C3 9D 39 0 13 18 A0 30 37
Octal 123 303 235 71 0 23 30 240 60 67
Binary 1010011 11000011 10011101 111001 0 10011 11000 10100000 110000 110111

Color Harmonies of #53C39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C39D

Black with #53C39D

Text Example


Text Example

White with #53C39D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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