Html Css Color HEX #53C4B1 Puerto Rico

📋 copy color: '#53C4B1'

red 83 ◦ green 196 ◦ blue 177

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

Shades of Puerto Rico #53C4B1

Tints of Puerto Rico #53C4B1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.98%

 BLUE value IS 177 (69.53% from 255) = 38.82%

R = 18.2%
G = 42.98%
B = 38.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#53C4B1 (or 0x53C4B1) is known color: Puerto Rico. HEX triplet: 53, C4 and B1. RGB value is (83,196,177). Sum of RGB (Red+Green+Blue) = 83+196+177=456 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.20% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #53C4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C4B1 is #AC3B4E. Grayscale: #A0A0A0. Windows color (decimal): -11287375 or 11650131. OLE color: 11650131.

HSL color Cylindrical-coordinate representation of color #53C4B1: hue angle of 169.91º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C4B1 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 196 177 -
CMYK 0.58 0 0.10 0.23
HSL 169.91º 0.49% 0.55% -
HSV(B) 169.91º 0.58% 0.77% -
XYZ 31.24 44.49 48.54 -
YUV 160.05 137.56 73.04 -
System Red Green Blue C M Y K H S L
Decimal 83 196 177 0.58 0 0.10 0.23 169.91 0.49 0.55
Hex 53 C4 B1 3A 0 A 17 AA 31 37
Octal 123 304 261 72 0 12 27 252 61 67
Binary 1010011 11000100 10110001 111010 0 1010 10111 10101010 110001 110111

Color Harmonies of #53C4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C4B1

Black with #53C4B1

Text Example


Text Example

White with #53C4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,196,177); }

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

background-color css

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

 a { background-color: rgb(83,196,177); }

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

border-color css

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

 span { border-color: rgb(83,196,177); }

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