Html Css Color HEX #5BCDAF Medium Aquamarine

📋 copy color: '#5BCDAF'

red 91 ◦ green 205 ◦ blue 175

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

Shades of Medium Aquamarine #5BCDAF

Tints of Medium Aquamarine #5BCDAF

RGB

 RED value IS 91 (35.94% from 255) = 19.32%

 GREEN value IS 205 (80.47% from 255) = 43.52%

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

R = 19.32%
G = 43.52%
B = 37.15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#5BCDAF (or 0x5BCDAF) is known color: Medium Aquamarine. HEX triplet: 5B, CD and AF. RGB value is (91,205,175). Sum of RGB (Red+Green+Blue) = 91+205+175=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCDAF is #A43250. Grayscale: #A7A7A7. Windows color (decimal): -10760785 or 11521371. OLE color: 11521371.

HSL color Cylindrical-coordinate representation of color #5BCDAF: hue angle of 164.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCDAF is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 91 205 175 -
CMYK 0.56 0 0.15 0.20
HSL 164.21º 0.53% 0.58% -
HSV(B) 164.21º 0.56% 0.8% -
XYZ 33.88 48.98 48.23 -
YUV 167.49 132.23 73.44 -
System Red Green Blue C M Y K H S L
Decimal 91 205 175 0.56 0 0.15 0.20 164.21 0.53 0.58
Hex 5B CD AF 38 0 F 14 A4 35 3A
Octal 133 315 257 70 0 17 24 244 65 72
Binary 1011011 11001101 10101111 111000 0 1111 10100 10100100 110101 111010

Color Harmonies of #5BCDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCDAF

Black with #5BCDAF

Text Example


Text Example

White with #5BCDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BCDAF; }

 p { color: rgb(91,205,175); }

 H1.HeaderClassName
 {
   color: #5BCDAF;
 }
 .AnyTagClassName
 {
   color: #5BCDAF;
 }
</style>

background-color css

<style>
 a { background-color: #5BCDAF; }

 a { background-color: rgb(91,205,175); }

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

border-color css

<style>
 span { border-color: #5BCDAF; }

 span { border-color: rgb(91,205,175); }

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