Html Css Color HEX #5FF0CC Downy

📋 copy color: '#5FF0CC'

red 95 ◦ green 240 ◦ blue 204

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

Shades of Downy #5FF0CC

Tints of Downy #5FF0CC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.53%

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 17.63%
G = 44.53%
B = 37.85%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#5FF0CC (or 0x5FF0CC) is known color: Downy. HEX triplet: 5F, F0 and CC. RGB value is (95,240,204). Sum of RGB (Red+Green+Blue) = 95+240+204=539 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.63% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF0CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF0CC is #A00F33. Grayscale: #C0C0C0. Windows color (decimal): -10489652 or 13430879. OLE color: 13430879.

HSL color Cylindrical-coordinate representation of color #5FF0CC: hue angle of 165.1º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FF0CC is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 95 240 204 -
CMYK 0.60 0 0.15 0.06
HSL 165.1º 0.83% 0.66% -
HSV(B) 165.1º 0.6% 0.94% -
XYZ 46.78 69.11 68 -
YUV 192.54 134.46 58.43 -
System Red Green Blue C M Y K H S L
Decimal 95 240 204 0.60 0 0.15 0.06 165.1 0.83 0.66
Hex 5F F0 CC 3C 0 F 6 A5 53 42
Octal 137 360 314 74 0 17 6 245 123 102
Binary 1011111 11110000 11001100 111100 0 1111 110 10100101 1010011 1000010

Color Harmonies of #5FF0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF0CC

Black with #5FF0CC

Text Example


Text Example

White with #5FF0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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