Html Css Color HEX #61EFCB Downy

📋 copy color: '#61EFCB'

red 97 ◦ green 239 ◦ blue 203

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

Shades of Downy #61EFCB

Tints of Downy #61EFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.34%

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

R = 18%
G = 44.34%
B = 37.66%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#61EFCB (or 0x61EFCB) is known color: Downy. HEX triplet: 61, EF and CB. RGB value is (97,239,203). Sum of RGB (Red+Green+Blue) = 97+239+203=539 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.00% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EFCB is #9E1034. Grayscale: #C0C0C0. Windows color (decimal): -10358837 or 13365089. OLE color: 13365089.

HSL color Cylindrical-coordinate representation of color #61EFCB: hue angle of 164.79º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EFCB is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 239 203 -
CMYK 0.59 0 0.15 0.06
HSL 164.79º 0.82% 0.66% -
HSV(B) 164.79º 0.59% 0.94% -
XYZ 46.58 68.59 67.28 -
YUV 192.44 133.96 59.93 -
System Red Green Blue C M Y K H S L
Decimal 97 239 203 0.59 0 0.15 0.06 164.79 0.82 0.66
Hex 61 EF CB 3B 0 F 6 A5 52 42
Octal 141 357 313 73 0 17 6 245 122 102
Binary 1100001 11101111 11001011 111011 0 1111 110 10100101 1010010 1000010

Color Harmonies of #61EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EFCB

Black with #61EFCB

Text Example


Text Example

White with #61EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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