Html Css Color HEX #5FD6CA Downy

📋 copy color: '#5FD6CA'

red 95 ◦ green 214 ◦ blue 202

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

Shades of Downy #5FD6CA

Tints of Downy #5FD6CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.53%

R = 18.59%
G = 41.88%
B = 39.53%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#5FD6CA (or 0x5FD6CA) is known color: Downy. HEX triplet: 5F, D6 and CA. RGB value is (95,214,202). Sum of RGB (Red+Green+Blue) = 95+214+202=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD6CA is #A02935. Grayscale: #B0B0B0. Windows color (decimal): -10496310 or 13293151. OLE color: 13293151.

HSL color Cylindrical-coordinate representation of color #5FD6CA: hue angle of 173.95º 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 #5FD6CA is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 95 214 202 -
CMYK 0.56 0 0.06 0.16
HSL 173.95º 0.59% 0.61% -
HSV(B) 173.95º 0.56% 0.84% -
XYZ 39.43 54.79 64.37 -
YUV 177.05 142.08 69.48 -
System Red Green Blue C M Y K H S L
Decimal 95 214 202 0.56 0 0.06 0.16 173.95 0.59 0.61
Hex 5F D6 CA 38 0 6 10 AE 3B 3D
Octal 137 326 312 70 0 6 20 256 73 75
Binary 1011111 11010110 11001010 111000 0 110 10000 10101110 111011 111101

Color Harmonies of #5FD6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD6CA

Black with #5FD6CA

Text Example


Text Example

White with #5FD6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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