Html Css Color HEX #5FD7CA Downy

📋 copy color: '#5FD7CA'

red 95 ◦ green 215 ◦ blue 202

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

Shades of Downy #5FD7CA

Tints of Downy #5FD7CA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.99%

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

R = 18.55%
G = 41.99%
B = 39.45%

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

#5FD7CA (or 0x5FD7CA) is known color: Downy. HEX triplet: 5F, D7 and CA. RGB value is (95,215,202). Sum of RGB (Red+Green+Blue) = 95+215+202=512 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.55% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD7CA is #A02835. Grayscale: #B1B1B1. Windows color (decimal): -10496054 or 13293407. OLE color: 13293407.

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

Color convert

RGB 95 215 202 -
CMYK 0.56 0 0.06 0.16
HSL 173.5º 0.6% 0.61% -
HSV(B) 173.5º 0.56% 0.84% -
XYZ 39.68 55.3 64.46 -
YUV 177.64 141.74 69.06 -
System Red Green Blue C M Y K H S L
Decimal 95 215 202 0.56 0 0.06 0.16 173.5 0.6 0.61
Hex 5F D7 CA 38 0 6 10 AE 3C 3D
Octal 137 327 312 70 0 6 20 256 74 75
Binary 1011111 11010111 11001010 111000 0 110 10000 10101110 111100 111101

Color Harmonies of #5FD7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD7CA

Black with #5FD7CA

Text Example


Text Example

White with #5FD7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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