Html Css Color HEX #5FC8BC Downy

📋 copy color: '#5FC8BC'

red 95 ◦ green 200 ◦ blue 188

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

Shades of Downy #5FC8BC

Tints of Downy #5FC8BC

RGB

 RED value IS 95 (37.5% from 255) = 19.67%

 GREEN value IS 200 (78.52% from 255) = 41.41%

 BLUE value IS 188 (73.83% from 255) = 38.92%

R = 19.67%
G = 41.41%
B = 38.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#5FC8BC (or 0x5FC8BC) is known color: Downy. HEX triplet: 5F, C8 and BC. RGB value is (95,200,188). Sum of RGB (Red+Green+Blue) = 95+200+188=483 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.67% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC8BC is #A03743. Grayscale: #A7A7A7. Windows color (decimal): -10499908 or 12372063. OLE color: 12372063.

HSL color Cylindrical-coordinate representation of color #5FC8BC: hue angle of 173.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC8BC is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 95 200 188 -
CMYK 0.52 0 0.06 0.22
HSL 173.14º 0.49% 0.58% -
HSV(B) 173.14º 0.53% 0.78% -
XYZ 34.45 47.37 54.9 -
YUV 167.24 139.71 76.48 -
System Red Green Blue C M Y K H S L
Decimal 95 200 188 0.52 0 0.06 0.22 173.14 0.49 0.58
Hex 5F C8 BC 34 0 6 16 AD 31 3A
Octal 137 310 274 64 0 6 26 255 61 72
Binary 1011111 11001000 10111100 110100 0 110 10110 10101101 110001 111010

Color Harmonies of #5FC8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC8BC

Black with #5FC8BC

Text Example


Text Example

White with #5FC8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,200,188); }

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

background-color css

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

 a { background-color: rgb(95,200,188); }

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

border-color css

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

 span { border-color: rgb(95,200,188); }

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