Html Css Color HEX #5FCEB8 Downy

📋 copy color: '#5FCEB8'

red 95 ◦ green 206 ◦ blue 184

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

Shades of Downy #5FCEB8

Tints of Downy #5FCEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.94%

R = 19.59%
G = 42.47%
B = 37.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#5FCEB8 (or 0x5FCEB8) is known color: Downy. HEX triplet: 5F, CE and B8. RGB value is (95,206,184). Sum of RGB (Red+Green+Blue) = 95+206+184=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCEB8 is #A03147. Grayscale: #AAAAAA. Windows color (decimal): -10498376 or 12111455. OLE color: 12111455.

HSL color Cylindrical-coordinate representation of color #5FCEB8: hue angle of 168.11º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCEB8 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 206 184 -
CMYK 0.54 0 0.11 0.19
HSL 168.11º 0.53% 0.59% -
HSV(B) 168.11º 0.54% 0.81% -
XYZ 35.44 50.04 53.14 -
YUV 170.3 135.73 74.29 -
System Red Green Blue C M Y K H S L
Decimal 95 206 184 0.54 0 0.11 0.19 168.11 0.53 0.59
Hex 5F CE B8 36 0 B 13 A8 35 3B
Octal 137 316 270 66 0 13 23 250 65 73
Binary 1011111 11001110 10111000 110110 0 1011 10011 10101000 110101 111011

Color Harmonies of #5FCEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCEB8

Black with #5FCEB8

Text Example


Text Example

White with #5FCEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,206,184); }

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

background-color css

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

 a { background-color: rgb(95,206,184); }

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

border-color css

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

 span { border-color: rgb(95,206,184); }

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