#5CE3BA

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

Shades of Downy #5CE3BA

Tints of Downy #5CE3BA

Color information

#5CE3BA (or 0x5CE3BA) is unknown color: approx Downy. HEX triplet: 5C, E3 and BA. RGB value is (92,227,186). Sum of RGB (Red+Green+Blue) = 92+227+186=505 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.22% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #5CE3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CE3BA is #A31C45. Grayscale: #B5B5B5. Windows color (decimal): -10689606 or 12247900. OLE color: 12247900.

HSL color Cylindrical-coordinate representation of color #5CE3BA: hue angle of 161.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CE3BA is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB92227186-
CMYK0.5900.180.11
HSL161.78º70.68%62.55%-
HSV(B)161.78º59.47%89.02%-
XYZ40.7560.7656.03-
YUV181.96130.2763.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.22%
GREEN value IS 227 (89.06% from 255) = 44.95%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=18.22%
G=44.95%
B=36.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal922271860.5900.180.11161.7870.6862.55
Hex5CE3BA3B012Ba2473f
Octal134343272730221324210777
Binary101110011100011101110101110110100101011101000101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CE3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,227,186); }

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

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

 a { background-color: rgb(92,227,186); }

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

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

 span { border-color: rgb(92,227,186); }

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