Html Css Color HEX #5FC6BB Downy

📋 copy color: '#5FC6BB'

red 95 ◦ green 198 ◦ blue 187

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

Shades of Downy #5FC6BB

Tints of Downy #5FC6BB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.25%

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

R = 19.79%
G = 41.25%
B = 38.96%

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

#5FC6BB (or 0x5FC6BB) is known color: Downy. HEX triplet: 5F, C6 and BB. RGB value is (95,198,187). Sum of RGB (Red+Green+Blue) = 95+198+187=480 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.79% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #5FC6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC6BB is #A03944. Grayscale: #A5A5A5. Windows color (decimal): -10500421 or 12306015. OLE color: 12306015.

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

Color convert

RGB 95 198 187 -
CMYK 0.52 0 0.06 0.22
HSL 173.59º 0.47% 0.57% -
HSV(B) 173.59º 0.52% 0.78% -
XYZ 33.88 46.41 54.19 -
YUV 165.95 139.88 77.39 -
System Red Green Blue C M Y K H S L
Decimal 95 198 187 0.52 0 0.06 0.22 173.59 0.47 0.57
Hex 5F C6 BB 34 0 6 16 AE 2F 39
Octal 137 306 273 64 0 6 26 256 57 71
Binary 1011111 11000110 10111011 110100 0 110 10110 10101110 101111 111001

Color Harmonies of #5FC6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC6BB

Black with #5FC6BB

Text Example


Text Example

White with #5FC6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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