Html Css Color HEX #61E4CC Downy

📋 copy color: '#61E4CC'

red 97 ◦ green 228 ◦ blue 204

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

Shades of Downy #61E4CC

Tints of Downy #61E4CC

RGB

 RED value IS 97 (38.28% from 255) = 18.34%

 GREEN value IS 228 (89.45% from 255) = 43.1%

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

R = 18.34%
G = 43.1%
B = 38.56%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#61E4CC (or 0x61E4CC) is known color: Downy. HEX triplet: 61, E4 and CC. RGB value is (97,228,204). Sum of RGB (Red+Green+Blue) = 97+228+204=529 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.34% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #61E4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E4CC is #9E1B33. Grayscale: #BABABA. Windows color (decimal): -10361652 or 13427809. OLE color: 13427809.

HSL color Cylindrical-coordinate representation of color #61E4CC: hue angle of 169.01º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E4CC is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 97 228 204 -
CMYK 0.57 0 0.11 0.11
HSL 169.01º 0.71% 0.64% -
HSV(B) 169.01º 0.57% 0.89% -
XYZ 43.57 62.39 66.87 -
YUV 186.1 138.1 64.45 -
System Red Green Blue C M Y K H S L
Decimal 97 228 204 0.57 0 0.11 0.11 169.01 0.71 0.64
Hex 61 E4 CC 39 0 B B A9 47 40
Octal 141 344 314 71 0 13 13 251 107 100
Binary 1100001 11100100 11001100 111001 0 1011 1011 10101001 1000111 1000000

Color Harmonies of #61E4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E4CC

Black with #61E4CC

Text Example


Text Example

White with #61E4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61E4CC; }

 p { color: rgb(97,228,204); }

 H1.HeaderClassName
 {
   color: #61E4CC;
 }
 .AnyTagClassName
 {
   color: #61E4CC;
 }
</style>

background-color css

<style>
 a { background-color: #61E4CC; }

 a { background-color: rgb(97,228,204); }

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

border-color css

<style>
 span { border-color: #61E4CC; }

 span { border-color: rgb(97,228,204); }

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