Html Css Color HEX #53C0B9 Puerto Rico

📋 copy color: '#53C0B9'

red 83 ◦ green 192 ◦ blue 185

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

Shades of Puerto Rico #53C0B9

Tints of Puerto Rico #53C0B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 18.04%
G = 41.74%
B = 40.22%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#53C0B9 (or 0x53C0B9) is known color: Puerto Rico. HEX triplet: 53, C0 and B9. RGB value is (83,192,185). Sum of RGB (Red+Green+Blue) = 83+192+185=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #53C0B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C0B9 is #AC3F46. Grayscale: #9E9E9E. Windows color (decimal): -11288391 or 12173395. OLE color: 12173395.

HSL color Cylindrical-coordinate representation of color #53C0B9: hue angle of 176.15º 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 #53C0B9 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 192 185 -
CMYK 0.57 0 0.04 0.25
HSL 176.15º 0.46% 0.54% -
HSV(B) 176.15º 0.57% 0.75% -
XYZ 31.17 43.04 52.56 -
YUV 158.61 142.89 74.07 -
System Red Green Blue C M Y K H S L
Decimal 83 192 185 0.57 0 0.04 0.25 176.15 0.46 0.54
Hex 53 C0 B9 39 0 4 19 B0 2E 36
Octal 123 300 271 71 0 4 31 260 56 66
Binary 1010011 11000000 10111001 111001 0 100 11001 10110000 101110 110110

Color Harmonies of #53C0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C0B9

Black with #53C0B9

Text Example


Text Example

White with #53C0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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