Html Css Color HEX #5BCBAF Medium Aquamarine

📋 copy color: '#5BCBAF'

red 91 ◦ green 203 ◦ blue 175

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

Shades of Medium Aquamarine #5BCBAF

Tints of Medium Aquamarine #5BCBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.28%

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

R = 19.4%
G = 43.28%
B = 37.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#5BCBAF (or 0x5BCBAF) is known color: Medium Aquamarine. HEX triplet: 5B, CB and AF. RGB value is (91,203,175). Sum of RGB (Red+Green+Blue) = 91+203+175=469 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.40% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCBAF is #A43450. Grayscale: #A6A6A6. Windows color (decimal): -10761297 or 11520859. OLE color: 11520859.

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

Color convert

RGB 91 203 175 -
CMYK 0.55 0 0.14 0.20
HSL 165º 0.52% 0.58% -
HSV(B) 165º 0.55% 0.8% -
XYZ 33.41 48.03 48.07 -
YUV 166.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 91 203 175 0.55 0 0.14 0.20 165 0.52 0.58
Hex 5B CB AF 37 0 E 14 A5 34 3A
Octal 133 313 257 67 0 16 24 245 64 72
Binary 1011011 11001011 10101111 110111 0 1110 10100 10100101 110100 111010

Color Harmonies of #5BCBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCBAF

Black with #5BCBAF

Text Example


Text Example

White with #5BCBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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