#69cbbc

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

Shades of Downy #69CBBC

Tints of Downy #69CBBC

Color information

#69CBBC (or 0x69CBBC) is unknown color: approx Downy. HEX triplet: 69, CB and BC. RGB value is (105,203,188). Sum of RGB (Red+Green+Blue) = 105+203+188=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #69CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CBBC is #963443. Grayscale: #ABABAB. Windows color (decimal): -9843780 or 12372841. OLE color: 12372841.

HSL color Cylindrical-coordinate representation of color #69CBBC: hue angle of 170.82º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CBBC is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB105203188-
CMYK0.4800.070.20
HSL170.82º48.51%60.39%-
HSV(B)170.82º48.28%79.61%-
XYZ36.2649.3555.19-
YUV171.99137.0380.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.17%
GREEN value IS 203 (79.69% from 255) = 40.93%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=21.17%
G=40.93%
B=37.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052031880.4800.070.20170.8248.5160.39
Hex69CBBC300714ab313c
Octal1513132746007242536174
Binary1101001110010111011110011000001111010010101011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69cbbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69cbbc; }

 p { color: rgb(105,203,188); }

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

<style>
 a { background-color: #69cbbc; }

 a { background-color: rgb(105,203,188); }

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

<style>
 span { border-color: #69cbbc; }

 span { border-color: rgb(105,203,188); }

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