Html Css Color HEX #5FCAC4 Downy

📋 copy color: '#5FCAC4'

red 95 ◦ green 202 ◦ blue 196

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

Shades of Downy #5FCAC4

Tints of Downy #5FCAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.76%

R = 19.27%
G = 40.97%
B = 39.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#5FCAC4 (or 0x5FCAC4) is known color: Downy. HEX triplet: 5F, CA and C4. RGB value is (95,202,196). Sum of RGB (Red+Green+Blue) = 95+202+196=493 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.27% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCAC4 is #A0353B. Grayscale: #A9A9A9. Windows color (decimal): -10499388 or 12896863. OLE color: 12896863.

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

Color convert

RGB 95 202 196 -
CMYK 0.53 0 0.03 0.21
HSL 176.64º 0.5% 0.58% -
HSV(B) 176.64º 0.53% 0.79% -
XYZ 35.8 48.66 59.73 -
YUV 169.32 143.05 74.99 -
System Red Green Blue C M Y K H S L
Decimal 95 202 196 0.53 0 0.03 0.21 176.64 0.5 0.58
Hex 5F CA C4 35 0 3 15 B1 32 3A
Octal 137 312 304 65 0 3 25 261 62 72
Binary 1011111 11001010 11000100 110101 0 11 10101 10110001 110010 111010

Color Harmonies of #5FCAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCAC4

Black with #5FCAC4

Text Example


Text Example

White with #5FCAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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