#61CBBE

Color #61CBBE Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #61CBBE

Tints of Downy #61CBBE

Color information

#61CBBE (or 0x61CBBE) is unknown color: approx Downy. HEX triplet: 61, CB and BE. RGB value is (97,203,190). Sum of RGB (Red+Green+Blue) = 97+203+190=490 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.80% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #61CBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CBBE is #9E3441. Grayscale: #A9A9A9. Windows color (decimal): -10368066 or 12503905. OLE color: 12503905.

HSL color Cylindrical-coordinate representation of color #61CBBE: hue angle of 172.64º degrees, saturation: 0.5, 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 #61CBBE is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB97203190-
CMYK0.5200.060.20
HSL172.64º50.48%58.82%-
HSV(B)172.64º52.22%79.61%-
XYZ35.5848.9756.29-
YUV169.82139.3876.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.80%
GREEN value IS 203 (79.69% from 255) = 41.43%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=19.80%
G=41.43%
B=38.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972031900.5200.060.20172.6450.4858.82
Hex61CBBE340614ad323b
Octal1413132766406242556273
Binary1100001110010111011111011010001101010010101101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61CBBE;
 }
 .AnyTagClassName
 {
   color: #61CBBE;
 }
</style>
background-color css

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

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

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

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

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

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