Html Css Color HEX #53BFAF Puerto Rico

📋 copy color: '#53BFAF'

red 83 ◦ green 191 ◦ blue 175

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

Shades of Puerto Rico #53BFAF

Tints of Puerto Rico #53BFAF

RGB

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

 GREEN value IS 191 (75% from 255) = 42.54%

 BLUE value IS 175 (68.75% from 255) = 38.98%

R = 18.49%
G = 42.54%
B = 38.98%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#53BFAF (or 0x53BFAF) is known color: Puerto Rico. HEX triplet: 53, BF and AF. RGB value is (83,191,175). Sum of RGB (Red+Green+Blue) = 83+191+175=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #53BFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BFAF is #AC4050. Grayscale: #9C9C9C. Windows color (decimal): -11288657 or 11517779. OLE color: 11517779.

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

Color convert

RGB 83 191 175 -
CMYK 0.57 0 0.08 0.25
HSL 171.11º 0.46% 0.54% -
HSV(B) 171.11º 0.57% 0.75% -
XYZ 29.94 42.2 47.12 -
YUV 156.88 138.22 75.3 -
System Red Green Blue C M Y K H S L
Decimal 83 191 175 0.57 0 0.08 0.25 171.11 0.46 0.54
Hex 53 BF AF 39 0 8 19 AB 2E 36
Octal 123 277 257 71 0 10 31 253 56 66
Binary 1010011 10111111 10101111 111001 0 1000 11001 10101011 101110 110110

Color Harmonies of #53BFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BFAF

Black with #53BFAF

Text Example


Text Example

White with #53BFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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