Html Css Color HEX #67D6CF Downy

📋 copy color: '#67D6CF'

red 103 ◦ green 214 ◦ blue 207

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

Shades of Downy #67D6CF

Tints of Downy #67D6CF

RGB

 RED value IS 103 (40.63% from 255) = 19.66%

 GREEN value IS 214 (83.98% from 255) = 40.84%

 BLUE value IS 207 (81.25% from 255) = 39.5%

R = 19.66%
G = 40.84%
B = 39.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#67D6CF (or 0x67D6CF) is known color: 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

RGB 103 214 207 -
CMYK 0.52 0 0.03 0.16
HSL 176.22º 0.58% 0.62% -
HSV(B) 176.22º 0.52% 0.84% -
XYZ 40.9 55.48 67.58 -
YUV 180.01 143.23 73.07 -
System Red Green Blue C M Y K H S L
Decimal 103 214 207 0.52 0 0.03 0.16 176.22 0.58 0.62
Hex 67 D6 CF 34 0 3 10 B0 3A 3E
Octal 147 326 317 64 0 3 20 260 72 76
Binary 1100111 11010110 11001111 110100 0 11 10000 10110000 111010 111110

Color Harmonies of #67D6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67D6CF

Black with #67D6CF

Text Example


Text Example

White with #67D6CF

Text Example


Text Example

HTML Codes & Css Web 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>