Html Css Color HEX #67DDCC Downy

📋 copy color: '#67DDCC'

red 103 ◦ green 221 ◦ blue 204

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

Shades of Downy #67DDCC

Tints of Downy #67DDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.86%

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 19.51%
G = 41.86%
B = 38.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#67DDCC (or 0x67DDCC) is known color: Downy. HEX triplet: 67, DD and CC. RGB value is (103,221,204). Sum of RGB (Red+Green+Blue) = 103+221+204=528 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.51% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DDCC is #982233. Grayscale: #B7B7B7. Windows color (decimal): -9970228 or 13426023. OLE color: 13426023.

HSL color Cylindrical-coordinate representation of color #67DDCC: hue angle of 171.36º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DDCC is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 221 204 -
CMYK 0.53 0 0.08 0.13
HSL 171.36º 0.63% 0.64% -
HSV(B) 171.36º 0.53% 0.87% -
XYZ 42.35 58.96 66.27 -
YUV 183.78 139.41 70.38 -
System Red Green Blue C M Y K H S L
Decimal 103 221 204 0.53 0 0.08 0.13 171.36 0.63 0.64
Hex 67 DD CC 35 0 8 D AB 3F 40
Octal 147 335 314 65 0 10 15 253 77 100
Binary 1100111 11011101 11001100 110101 0 1000 1101 10101011 111111 1000000

Color Harmonies of #67DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DDCC

Black with #67DDCC

Text Example


Text Example

White with #67DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,221,204); }

 H1.HeaderClassName
 {
   color: #67DDCC;
 }
 .AnyTagClassName
 {
   color: #67DDCC;
 }
</style>

background-color css

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

 a { background-color: rgb(103,221,204); }

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

border-color css

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

 span { border-color: rgb(103,221,204); }

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