Html Css Color HEX #5FCAC5 Downy

📋 copy color: '#5FCAC5'

red 95 ◦ green 202 ◦ blue 197

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

Shades of Downy #5FCAC5

Tints of Downy #5FCAC5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.89%

 BLUE value IS 197 (77.34% from 255) = 39.88%

R = 19.23%
G = 40.89%
B = 39.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#5FCAC5 (or 0x5FCAC5) is known color: Downy. HEX triplet: 5F, CA and C5. RGB value is (95,202,197). Sum of RGB (Red+Green+Blue) = 95+202+197=494 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.23% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCAC5 is #A0353A. Grayscale: #A9A9A9. Windows color (decimal): -10499387 or 12962399. OLE color: 12962399.

HSL color Cylindrical-coordinate representation of color #5FCAC5: hue angle of 177.2º 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 #5FCAC5 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 95 202 197 -
CMYK 0.53 0 0.02 0.21
HSL 177.2º 0.5% 0.58% -
HSV(B) 177.2º 0.53% 0.79% -
XYZ 35.92 48.71 60.33 -
YUV 169.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 95 202 197 0.53 0 0.02 0.21 177.2 0.5 0.58
Hex 5F CA C5 35 0 2 15 B1 32 3A
Octal 137 312 305 65 0 2 25 261 62 72
Binary 1011111 11001010 11000101 110101 0 10 10101 10110001 110010 111010

Color Harmonies of #5FCAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCAC5

Black with #5FCAC5

Text Example


Text Example

White with #5FCAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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