Html Css Color HEX #61DBCB Downy

📋 copy color: '#61DBCB'

red 97 ◦ green 219 ◦ blue 203

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

Shades of Downy #61DBCB

Tints of Downy #61DBCB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.2%

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 18.69%
G = 42.2%
B = 39.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#61DBCB (or 0x61DBCB) is known color: Downy. HEX triplet: 61, DB and CB. RGB value is (97,219,203). Sum of RGB (Red+Green+Blue) = 97+219+203=519 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.69% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #61DBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DBCB is #9E2434. Grayscale: #B4B4B4. Windows color (decimal): -10363957 or 13359969. OLE color: 13359969.

HSL color Cylindrical-coordinate representation of color #61DBCB: hue angle of 172.13º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DBCB is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 219 203 -
CMYK 0.56 0 0.07 0.14
HSL 172.13º 0.63% 0.62% -
HSV(B) 172.13º 0.56% 0.86% -
XYZ 41.04 57.52 65.44 -
YUV 180.7 140.58 68.3 -
System Red Green Blue C M Y K H S L
Decimal 97 219 203 0.56 0 0.07 0.14 172.13 0.63 0.62
Hex 61 DB CB 38 0 7 E AC 3F 3E
Octal 141 333 313 70 0 7 16 254 77 76
Binary 1100001 11011011 11001011 111000 0 111 1110 10101100 111111 111110

Color Harmonies of #61DBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DBCB

Black with #61DBCB

Text Example


Text Example

White with #61DBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,219,203); }

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

background-color css

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

 a { background-color: rgb(97,219,203); }

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

border-color css

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

 span { border-color: rgb(97,219,203); }

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