Html Css Color HEX #61CCC7 Downy

📋 copy color: '#61CCC7'

red 97 ◦ green 204 ◦ blue 199

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

Shades of Downy #61CCC7

Tints of Downy #61CCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.8%

R = 19.4%
G = 40.8%
B = 39.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#61CCC7 (or 0x61CCC7) is known color: Downy. HEX triplet: 61, CC and C7. RGB value is (97,204,199). Sum of RGB (Red+Green+Blue) = 97+204+199=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #61CCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CCC7 is #9E3338. Grayscale: #ABABAB. Windows color (decimal): -10367801 or 13093985. OLE color: 13093985.

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

Color convert

RGB 97 204 199 -
CMYK 0.52 0 0.02 0.2
HSL 177.2º 0.51% 0.59% -
HSV(B) 177.2º 0.52% 0.8% -
XYZ 36.83 49.85 61.71 -
YUV 171.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 97 204 199 0.52 0 0.02 0.2 177.2 0.51 0.59
Hex 61 CC C7 34 0 2 14 B1 33 3B
Octal 141 314 307 64 0 2 24 261 63 73
Binary 1100001 11001100 11000111 110100 0 10 10100 10110001 110011 111011

Color Harmonies of #61CCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CCC7

Black with #61CCC7

Text Example


Text Example

White with #61CCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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