Html Css Color HEX #5FCEBB Downy

📋 copy color: '#5FCEBB'

red 95 ◦ green 206 ◦ blue 187

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

Shades of Downy #5FCEBB

Tints of Downy #5FCEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 19.47%
G = 42.21%
B = 38.32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#5FCEBB (or 0x5FCEBB) is known color: Downy. HEX triplet: 5F, CE and BB. RGB value is (95,206,187). Sum of RGB (Red+Green+Blue) = 95+206+187=488 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.47% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCEBB is #A03144. Grayscale: #AAAAAA. Windows color (decimal): -10498373 or 12308063. OLE color: 12308063.

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

Color convert

RGB 95 206 187 -
CMYK 0.54 0 0.09 0.19
HSL 169.73º 0.53% 0.59% -
HSV(B) 169.73º 0.54% 0.81% -
XYZ 35.76 50.16 54.81 -
YUV 170.65 137.23 74.04 -
System Red Green Blue C M Y K H S L
Decimal 95 206 187 0.54 0 0.09 0.19 169.73 0.53 0.59
Hex 5F CE BB 36 0 9 13 AA 35 3B
Octal 137 316 273 66 0 11 23 252 65 73
Binary 1011111 11001110 10111011 110110 0 1001 10011 10101010 110101 111011

Color Harmonies of #5FCEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCEBB

Black with #5FCEBB

Text Example


Text Example

White with #5FCEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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