Html Css Color HEX #5FD6CB Downy

📋 copy color: '#5FD6CB'

red 95 ◦ green 214 ◦ blue 203

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

Shades of Downy #5FD6CB

Tints of Downy #5FD6CB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.8%

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

R = 18.55%
G = 41.8%
B = 39.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#5FD6CB (or 0x5FD6CB) is known color: Downy. HEX triplet: 5F, D6 and CB. RGB value is (95,214,203). Sum of RGB (Red+Green+Blue) = 95+214+203=512 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.55% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD6CB is #A02934. Grayscale: #B1B1B1. Windows color (decimal): -10496309 or 13358687. OLE color: 13358687.

HSL color Cylindrical-coordinate representation of color #5FD6CB: hue angle of 174.45º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD6CB is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 95 214 203 -
CMYK 0.56 0 0.05 0.16
HSL 174.45º 0.59% 0.61% -
HSV(B) 174.45º 0.56% 0.84% -
XYZ 39.55 54.84 65 -
YUV 177.17 142.58 69.39 -
System Red Green Blue C M Y K H S L
Decimal 95 214 203 0.56 0 0.05 0.16 174.45 0.59 0.61
Hex 5F D6 CB 38 0 5 10 AE 3B 3D
Octal 137 326 313 70 0 5 20 256 73 75
Binary 1011111 11010110 11001011 111000 0 101 10000 10101110 111011 111101

Color Harmonies of #5FD6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD6CB

Black with #5FD6CB

Text Example


Text Example

White with #5FD6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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