Html Css Color HEX #61CFBB Downy

📋 copy color: '#61CFBB'

red 97 ◦ green 207 ◦ blue 187

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

Shades of Downy #61CFBB

Tints of Downy #61CFBB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.16%

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 19.76%
G = 42.16%
B = 38.09%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#61CFBB (or 0x61CFBB) is known color: Downy. HEX triplet: 61, CF and BB. RGB value is (97,207,187). Sum of RGB (Red+Green+Blue) = 97+207+187=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #61CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CFBB is #9E3044. Grayscale: #ABABAB. Windows color (decimal): -10367045 or 12308321. OLE color: 12308321.

HSL color Cylindrical-coordinate representation of color #61CFBB: hue angle of 169.09º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CFBB is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 207 187 -
CMYK 0.53 0 0.10 0.19
HSL 169.09º 0.53% 0.6% -
HSV(B) 169.09º 0.53% 0.81% -
XYZ 36.21 50.75 54.9 -
YUV 171.83 136.56 74.63 -
System Red Green Blue C M Y K H S L
Decimal 97 207 187 0.53 0 0.10 0.19 169.09 0.53 0.6
Hex 61 CF BB 35 0 A 13 A9 35 3C
Octal 141 317 273 65 0 12 23 251 65 74
Binary 1100001 11001111 10111011 110101 0 1010 10011 10101001 110101 111100

Color Harmonies of #61CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CFBB

Black with #61CFBB

Text Example


Text Example

White with #61CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,207,187); }

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

background-color css

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

 a { background-color: rgb(97,207,187); }

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

border-color css

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

 span { border-color: rgb(97,207,187); }

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