Html Css Color HEX #5FC9BC Downy

📋 copy color: '#5FC9BC'

red 95 ◦ green 201 ◦ blue 188

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

Shades of Downy #5FC9BC

Tints of Downy #5FC9BC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.53%

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

R = 19.63%
G = 41.53%
B = 38.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#5FC9BC (or 0x5FC9BC) is known color: Downy. HEX triplet: 5F, C9 and BC. RGB value is (95,201,188). Sum of RGB (Red+Green+Blue) = 95+201+188=484 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.63% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #5FC9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC9BC is #A03643. Grayscale: #A7A7A7. Windows color (decimal): -10499652 or 12372319. OLE color: 12372319.

HSL color Cylindrical-coordinate representation of color #5FC9BC: hue angle of 172.64º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FC9BC is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 95 201 188 -
CMYK 0.53 0 0.06 0.21
HSL 172.64º 0.5% 0.58% -
HSV(B) 172.64º 0.53% 0.79% -
XYZ 34.68 47.84 54.98 -
YUV 167.82 139.38 76.06 -
System Red Green Blue C M Y K H S L
Decimal 95 201 188 0.53 0 0.06 0.21 172.64 0.5 0.58
Hex 5F C9 BC 35 0 6 15 AD 32 3A
Octal 137 311 274 65 0 6 25 255 62 72
Binary 1011111 11001001 10111100 110101 0 110 10101 10101101 110010 111010

Color Harmonies of #5FC9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC9BC

Black with #5FC9BC

Text Example


Text Example

White with #5FC9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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