Html Css Color HEX #53C89C Puerto Rico

📋 copy color: '#53C89C'

red 83 ◦ green 200 ◦ blue 156

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

Shades of Puerto Rico #53C89C

Tints of Puerto Rico #53C89C

RGB

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

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

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

R = 18.91%
G = 45.56%
B = 35.54%

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

#53C89C (or 0x53C89C) is known color: Puerto Rico. HEX triplet: 53, C8 and 9C. RGB value is (83,200,156). Sum of RGB (Red+Green+Blue) = 83+200+156=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 200 - color contains mainly: green. Hex color #53C89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C89C is #AC3763. Grayscale: #A0A0A0. Windows color (decimal): -11286372 or 10274899. OLE color: 10274899.

HSL color Cylindrical-coordinate representation of color #53C89C: hue angle of 157.44º 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 #53C89C is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 200 156 -
CMYK 0.58 0 0.22 0.22
HSL 157.44º 0.52% 0.55% -
HSV(B) 157.44º 0.59% 0.78% -
XYZ 30.22 45.55 38.65 -
YUV 160 125.74 73.08 -
System Red Green Blue C M Y K H S L
Decimal 83 200 156 0.58 0 0.22 0.22 157.44 0.52 0.55
Hex 53 C8 9C 3A 0 16 16 9D 34 37
Octal 123 310 234 72 0 26 26 235 64 67
Binary 1010011 11001000 10011100 111010 0 10110 10110 10011101 110100 110111

Color Harmonies of #53C89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C89C

Black with #53C89C

Text Example


Text Example

White with #53C89C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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