Html Css Color HEX #53BFA6 Puerto Rico

📋 copy color: '#53BFA6'

red 83 ◦ green 191 ◦ blue 166

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

Shades of Puerto Rico #53BFA6

Tints of Puerto Rico #53BFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.73%

R = 18.86%
G = 43.41%
B = 37.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#53BFA6 (or 0x53BFA6) is known color: Puerto Rico. HEX triplet: 53, BF and A6. RGB value is (83,191,166). Sum of RGB (Red+Green+Blue) = 83+191+166=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #53BFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BFA6 is #AC4059. Grayscale: #9B9B9B. Windows color (decimal): -11288666 or 10927955. OLE color: 10927955.

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

Color convert

RGB 83 191 166 -
CMYK 0.57 0 0.13 0.25
HSL 166.11º 0.46% 0.54% -
HSV(B) 166.11º 0.57% 0.75% -
XYZ 29.08 41.85 42.62 -
YUV 155.86 133.72 76.03 -
System Red Green Blue C M Y K H S L
Decimal 83 191 166 0.57 0 0.13 0.25 166.11 0.46 0.54
Hex 53 BF A6 39 0 D 19 A6 2E 36
Octal 123 277 246 71 0 15 31 246 56 66
Binary 1010011 10111111 10100110 111001 0 1101 11001 10100110 101110 110110

Color Harmonies of #53BFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BFA6

Black with #53BFA6

Text Example


Text Example

White with #53BFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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