Html Css Color HEX #53C09C Puerto Rico

📋 copy color: '#53C09C'

red 83 ◦ green 192 ◦ blue 156

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

Shades of Puerto Rico #53C09C

Tints of Puerto Rico #53C09C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.55%

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

R = 19.26%
G = 44.55%
B = 36.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#53C09C (or 0x53C09C) is known color: Puerto Rico. HEX triplet: 53, C0 and 9C. RGB value is (83,192,156). Sum of RGB (Red+Green+Blue) = 83+192+156=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #53C09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C09C is #AC3F63. Grayscale: #9B9B9B. Windows color (decimal): -11288420 or 10272851. OLE color: 10272851.

HSL color Cylindrical-coordinate representation of color #53C09C: hue angle of 160.18º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C09C is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 192 156 -
CMYK 0.57 0 0.19 0.25
HSL 160.18º 0.46% 0.54% -
HSV(B) 160.18º 0.57% 0.75% -
XYZ 28.42 41.94 38.05 -
YUV 155.31 128.39 76.43 -
System Red Green Blue C M Y K H S L
Decimal 83 192 156 0.57 0 0.19 0.25 160.18 0.46 0.54
Hex 53 C0 9C 39 0 13 19 A0 2E 36
Octal 123 300 234 71 0 23 31 240 56 66
Binary 1010011 11000000 10011100 111001 0 10011 11001 10100000 101110 110110

Color Harmonies of #53C09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C09C

Black with #53C09C

Text Example


Text Example

White with #53C09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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