Html Css Color HEX #5FCCC5 Downy

📋 copy color: '#5FCCC5'

red 95 ◦ green 204 ◦ blue 197

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

Shades of Downy #5FCCC5

Tints of Downy #5FCCC5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.13%

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

R = 19.15%
G = 41.13%
B = 39.72%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#5FCCC5 (or 0x5FCCC5) is known color: Downy. HEX triplet: 5F, CC and C5. RGB value is (95,204,197). Sum of RGB (Red+Green+Blue) = 95+204+197=496 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.15% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCCC5 is #A0333A. Grayscale: #AAAAAA. Windows color (decimal): -10498875 or 12962911. OLE color: 12962911.

HSL color Cylindrical-coordinate representation of color #5FCCC5: hue angle of 176.15º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCCC5 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 204 197 -
CMYK 0.53 0 0.03 0.2
HSL 176.15º 0.52% 0.59% -
HSV(B) 176.15º 0.53% 0.8% -
XYZ 36.39 49.65 60.49 -
YUV 170.61 142.89 74.07 -
System Red Green Blue C M Y K H S L
Decimal 95 204 197 0.53 0 0.03 0.2 176.15 0.52 0.59
Hex 5F CC C5 35 0 3 14 B0 34 3B
Octal 137 314 305 65 0 3 24 260 64 73
Binary 1011111 11001100 11000101 110101 0 11 10100 10110000 110100 111011

Color Harmonies of #5FCCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCCC5

Black with #5FCCC5

Text Example


Text Example

White with #5FCCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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