#67D6CF

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

Shades of Downy #67D6CF

Tints of Downy #67D6CF

Color information

#67D6CF (or 0x67D6CF) is unknown color: approx Downy. HEX triplet: 67, D6 and CF. RGB value is (103,214,207). Sum of RGB (Red+Green+Blue) = 103+214+207=524 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.66% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #67D6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D6CF is #982930. Grayscale: #B3B3B3. Windows color (decimal): -9972017 or 13620839. OLE color: 13620839.

HSL color Cylindrical-coordinate representation of color #67D6CF: hue angle of 176.22º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D6CF is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB103214207-
CMYK0.5200.030.16
HSL176.22º57.51%62.16%-
HSV(B)176.22º51.87%83.92%-
XYZ40.955.4867.58-
YUV180.01143.2373.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.66%
GREEN value IS 214 (83.98% from 255) = 40.84%
BLUE value IS 207 (81.25% from 255) = 39.50%
R=19.66%
G=40.84%
B=39.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1032142070.5200.030.16176.2257.5162.16
Hex67D6CF340310b03a3e
Octal1473263176403202607276
Binary110011111010110110011111101000111000010110000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67D6CF; }

 p { color: rgb(103,214,207); }

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

<style>
 a { background-color: #67D6CF; }

 a { background-color: rgb(103,214,207); }

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

<style>
 span { border-color: #67D6CF; }

 span { border-color: rgb(103,214,207); }

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