Html Css Color HEX #67CCBD Downy

📋 copy color: '#67CCBD'

red 103 ◦ green 204 ◦ blue 189

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

Shades of Downy #67CCBD

Tints of Downy #67CCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.13%

 BLUE value IS 189 (74.22% from 255) = 38.1%

R = 20.77%
G = 41.13%
B = 38.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#67CCBD (or 0x67CCBD) is known color: Downy. HEX triplet: 67, CC and BD. RGB value is (103,204,189). Sum of RGB (Red+Green+Blue) = 103+204+189=496 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.77% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #67CCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CCBD is #983342. Grayscale: #ACACAC. Windows color (decimal): -9974595 or 12438631. OLE color: 12438631.

HSL color Cylindrical-coordinate representation of color #67CCBD: hue angle of 171.09º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CCBD is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 204 189 -
CMYK 0.50 0 0.07 0.2
HSL 171.09º 0.5% 0.6% -
HSV(B) 171.09º 0.5% 0.8% -
XYZ 36.37 49.74 55.83 -
YUV 172.09 137.54 78.72 -
System Red Green Blue C M Y K H S L
Decimal 103 204 189 0.50 0 0.07 0.2 171.09 0.5 0.6
Hex 67 CC BD 32 0 7 14 AB 32 3C
Octal 147 314 275 62 0 7 24 253 62 74
Binary 1100111 11001100 10111101 110010 0 111 10100 10101011 110010 111100

Color Harmonies of #67CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67CCBD

Black with #67CCBD

Text Example


Text Example

White with #67CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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