#5bf0c3

Color #5BF0C3 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #5BF0C3

Tints of Downy #5BF0C3

Color information

#5BF0C3 (or 0x5BF0C3) is unknown color: approx Downy. HEX triplet: 5B, F0 and C3. RGB value is (91,240,195). Sum of RGB (Red+Green+Blue) = 91+240+195=526 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.30% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #5BF0C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF0C3 is #A40F3C. Grayscale: #BEBEBE. Windows color (decimal): -10751805 or 12841051. OLE color: 12841051.

HSL color Cylindrical-coordinate representation of color #5BF0C3: hue angle of 161.88º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF0C3 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB91240195-
CMYK0.6200.190.06
HSL161.88º83.24%64.9%-
HSV(B)161.88º62.08%94.12%-
XYZ45.3268.4862.46-
YUV190.32130.6457.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.30%
GREEN value IS 240 (94.14% from 255) = 45.63%
BLUE value IS 195 (76.56% from 255) = 37.07%
R=17.30%
G=45.63%
B=37.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal912401950.6200.190.06161.8883.2464.9
Hex5BF0C33E0136a25341
Octal133360303760236242123101
Binary101101111110000110000111111100100111101010001010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bf0c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,240,195); }

 H1.HeaderClassName
 {
   color: #5bf0c3;
 }
 .AnyTagClassName
 {
   color: #5bf0c3;
 }
</style>
background-color css

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

 a { background-color: rgb(91,240,195); }

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

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

 span { border-color: rgb(91,240,195); }

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