Html Css Color HEX #5FEECB Downy

📋 copy color: '#5FEECB'

red 95 ◦ green 238 ◦ blue 203

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

Shades of Downy #5FEECB

Tints of Downy #5FEECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.4%

 BLUE value IS 203 (79.69% from 255) = 37.87%

R = 17.72%
G = 44.4%
B = 37.87%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#5FEECB (or 0x5FEECB) is known color: Downy. HEX triplet: 5F, EE and CB. RGB value is (95,238,203). Sum of RGB (Red+Green+Blue) = 95+238+203=536 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.72% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEECB is #A01134. Grayscale: #BFBFBF. Windows color (decimal): -10490165 or 13364831. OLE color: 13364831.

HSL color Cylindrical-coordinate representation of color #5FEECB: hue angle of 165.31º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEECB is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 238 203 -
CMYK 0.60 0 0.15 0.07
HSL 165.31º 0.81% 0.65% -
HSV(B) 165.31º 0.6% 0.93% -
XYZ 46.07 67.89 67.18 -
YUV 191.25 134.62 59.35 -
System Red Green Blue C M Y K H S L
Decimal 95 238 203 0.60 0 0.15 0.07 165.31 0.81 0.65
Hex 5F EE CB 3C 0 F 7 A5 51 41
Octal 137 356 313 74 0 17 7 245 121 101
Binary 1011111 11101110 11001011 111100 0 1111 111 10100101 1010001 1000001

Color Harmonies of #5FEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEECB

Black with #5FEECB

Text Example


Text Example

White with #5FEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,238,203); }

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

background-color css

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

 a { background-color: rgb(95,238,203); }

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

border-color css

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

 span { border-color: rgb(95,238,203); }

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