Html Css Color HEX #61E0CC Downy

📋 copy color: '#61E0CC'

red 97 ◦ green 224 ◦ blue 204

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

Shades of Downy #61E0CC

Tints of Downy #61E0CC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.67%

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

R = 18.48%
G = 42.67%
B = 38.86%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#61E0CC (or 0x61E0CC) is known color: Downy. HEX triplet: 61, E0 and CC. RGB value is (97,224,204). Sum of RGB (Red+Green+Blue) = 97+224+204=525 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.48% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #61E0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E0CC is #9E1F33. Grayscale: #B7B7B7. Windows color (decimal): -10362676 or 13426785. OLE color: 13426785.

HSL color Cylindrical-coordinate representation of color #61E0CC: hue angle of 170.55º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E0CC is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 97 224 204 -
CMYK 0.57 0 0.09 0.12
HSL 170.55º 0.67% 0.63% -
HSV(B) 170.55º 0.57% 0.88% -
XYZ 42.48 60.21 66.51 -
YUV 183.75 139.42 66.13 -
System Red Green Blue C M Y K H S L
Decimal 97 224 204 0.57 0 0.09 0.12 170.55 0.67 0.63
Hex 61 E0 CC 39 0 9 C AB 43 3F
Octal 141 340 314 71 0 11 14 253 103 77
Binary 1100001 11100000 11001100 111001 0 1001 1100 10101011 1000011 111111

Color Harmonies of #61E0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E0CC

Black with #61E0CC

Text Example


Text Example

White with #61E0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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