Html Css Color HEX #5FD7CC Downy

📋 copy color: '#5FD7CC'

red 95 ◦ green 215 ◦ blue 204

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

Shades of Downy #5FD7CC

Tints of Downy #5FD7CC

RGB

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

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

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

R = 18.48%
G = 41.83%
B = 39.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#5FD7CC (or 0x5FD7CC) is known color: Downy. HEX triplet: 5F, D7 and CC. RGB value is (95,215,204). Sum of RGB (Red+Green+Blue) = 95+215+204=514 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.48% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD7CC is #A02833. Grayscale: #B1B1B1. Windows color (decimal): -10496052 or 13424479. OLE color: 13424479.

HSL color Cylindrical-coordinate representation of color #5FD7CC: hue angle of 174.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 #5FD7CC is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 95 215 204 -
CMYK 0.56 0 0.05 0.16
HSL 174.5º 0.6% 0.61% -
HSV(B) 174.5º 0.56% 0.84% -
XYZ 39.92 55.39 65.71 -
YUV 177.87 142.74 68.89 -
System Red Green Blue C M Y K H S L
Decimal 95 215 204 0.56 0 0.05 0.16 174.5 0.6 0.61
Hex 5F D7 CC 38 0 5 10 AE 3C 3D
Octal 137 327 314 70 0 5 20 256 74 75
Binary 1011111 11010111 11001100 111000 0 101 10000 10101110 111100 111101

Color Harmonies of #5FD7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD7CC

Black with #5FD7CC

Text Example


Text Example

White with #5FD7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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