Html Css Color HEX #53AF9D Puerto Rico

📋 copy color: '#53AF9D'

red 83 ◦ green 175 ◦ blue 157

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

Shades of Puerto Rico #53AF9D

Tints of Puerto Rico #53AF9D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.17%

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

R = 20%
G = 42.17%
B = 37.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#53AF9D (or 0x53AF9D) is known color: Puerto Rico. HEX triplet: 53, AF and 9D. RGB value is (83,175,157). Sum of RGB (Red+Green+Blue) = 83+175+157=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AF9D is #AC5062. Grayscale: #919191. Windows color (decimal): -11292771 or 10334035. OLE color: 10334035.

HSL color Cylindrical-coordinate representation of color #53AF9D: hue angle of 168.26º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53AF9D is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 175 157 -
CMYK 0.53 0 0.10 0.31
HSL 168.26º 0.37% 0.51% -
HSV(B) 168.26º 0.53% 0.69% -
XYZ 24.98 34.93 37.32 -
YUV 145.44 134.52 83.46 -
System Red Green Blue C M Y K H S L
Decimal 83 175 157 0.53 0 0.10 0.31 168.26 0.37 0.51
Hex 53 AF 9D 35 0 A 1F A8 25 33
Octal 123 257 235 65 0 12 37 250 45 63
Binary 1010011 10101111 10011101 110101 0 1010 11111 10101000 100101 110011

Color Harmonies of #53AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AF9D

Black with #53AF9D

Text Example


Text Example

White with #53AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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