Html Css Color HEX #5BCEC2 Downy

📋 copy color: '#5BCEC2'

red 91 ◦ green 206 ◦ blue 194

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

Shades of Downy #5BCEC2

Tints of Downy #5BCEC2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.96%

 BLUE value IS 194 (76.17% from 255) = 39.51%

R = 18.53%
G = 41.96%
B = 39.51%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#5BCEC2 (or 0x5BCEC2) is known color: Downy. HEX triplet: 5B, CE and C2. RGB value is (91,206,194). Sum of RGB (Red+Green+Blue) = 91+206+194=491 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.53% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCEC2 is #A4313D. Grayscale: #AAAAAA. Windows color (decimal): -10760510 or 12766811. OLE color: 12766811.

HSL color Cylindrical-coordinate representation of color #5BCEC2: hue angle of 173.74º degrees, saturation: 0.54, 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 #5BCEC2 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 206 194 -
CMYK 0.56 0 0.06 0.19
HSL 173.74º 0.54% 0.58% -
HSV(B) 173.74º 0.56% 0.81% -
XYZ 36.12 50.26 58.84 -
YUV 170.25 141.4 71.48 -
System Red Green Blue C M Y K H S L
Decimal 91 206 194 0.56 0 0.06 0.19 173.74 0.54 0.58
Hex 5B CE C2 38 0 6 13 AE 36 3A
Octal 133 316 302 70 0 6 23 256 66 72
Binary 1011011 11001110 11000010 111000 0 110 10011 10101110 110110 111010

Color Harmonies of #5BCEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCEC2

Black with #5BCEC2

Text Example


Text Example

White with #5BCEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,206,194); }

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

background-color css

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

 a { background-color: rgb(91,206,194); }

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

border-color css

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

 span { border-color: rgb(91,206,194); }

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