Html Css Color HEX #5BCFB0 Medium Aquamarine

📋 copy color: '#5BCFB0'

red 91 ◦ green 207 ◦ blue 176

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

Shades of Medium Aquamarine #5BCFB0

Tints of Medium Aquamarine #5BCFB0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.67%

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 19.2%
G = 43.67%
B = 37.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#5BCFB0 (or 0x5BCFB0) is known color: Medium Aquamarine. HEX triplet: 5B, CF and B0. RGB value is (91,207,176). Sum of RGB (Red+Green+Blue) = 91+207+176=474 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.20% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCFB0 is #A4304F. Grayscale: #A8A8A8. Windows color (decimal): -10760272 or 11587419. OLE color: 11587419.

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

Color convert

RGB 91 207 176 -
CMYK 0.56 0 0.15 0.19
HSL 163.97º 0.55% 0.58% -
HSV(B) 163.97º 0.56% 0.81% -
XYZ 34.46 49.98 48.91 -
YUV 168.78 132.07 72.52 -
System Red Green Blue C M Y K H S L
Decimal 91 207 176 0.56 0 0.15 0.19 163.97 0.55 0.58
Hex 5B CF B0 38 0 F 13 A4 37 3A
Octal 133 317 260 70 0 17 23 244 67 72
Binary 1011011 11001111 10110000 111000 0 1111 10011 10100100 110111 111010

Color Harmonies of #5BCFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCFB0

Black with #5BCFB0

Text Example


Text Example

White with #5BCFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,207,176); }

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

background-color css

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

 a { background-color: rgb(91,207,176); }

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

border-color css

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

 span { border-color: rgb(91,207,176); }

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