#69CFC4

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

Shades of Downy #69CFC4

Tints of Downy #69CFC4

Color information

#69CFC4 (or 0x69CFC4) is unknown color: approx Downy. HEX triplet: 69, CF and C4. RGB value is (105,207,196). Sum of RGB (Red+Green+Blue) = 105+207+196=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #69CFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CFC4 is #96303B. Grayscale: #AFAFAF. Windows color (decimal): -9842748 or 12898153. OLE color: 12898153.

HSL color Cylindrical-coordinate representation of color #69CFC4: hue angle of 173.53º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CFC4 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB105207196-
CMYK0.4900.050.19
HSL173.53º51.52%61.18%-
HSV(B)173.53º49.28%81.18%-
XYZ38.151.6160.18-
YUV175.25139.7177.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.67%
GREEN value IS 207 (81.25% from 255) = 40.75%
BLUE value IS 196 (76.95% from 255) = 38.58%
R=20.67%
G=40.75%
B=38.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1052071960.4900.050.19173.5351.5261.18
Hex69CFC4310513ae343d
Octal1513173046105232566475
Binary1101001110011111100010011000101011001110101110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,207,196); }

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

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

 a { background-color: rgb(105,207,196); }

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

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

 span { border-color: rgb(105,207,196); }

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