Html Css Color HEX #67CEC0 Downy

📋 copy color: '#67CEC0'

red 103 ◦ green 206 ◦ blue 192

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

Shades of Downy #67CEC0

Tints of Downy #67CEC0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.12%

 BLUE value IS 192 (75.39% from 255) = 38.32%

R = 20.56%
G = 41.12%
B = 38.32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#67CEC0 (or 0x67CEC0) is known color: Downy. HEX triplet: 67, CE and C0. RGB value is (103,206,192). Sum of RGB (Red+Green+Blue) = 103+206+192=501 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.56% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #67CEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CEC0 is #98313F. Grayscale: #ADADAD. Windows color (decimal): -9974080 or 12635751. OLE color: 12635751.

HSL color Cylindrical-coordinate representation of color #67CEC0: hue angle of 171.84º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CEC0 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 206 192 -
CMYK 0.50 0 0.07 0.19
HSL 171.84º 0.51% 0.61% -
HSV(B) 171.84º 0.5% 0.81% -
XYZ 37.18 50.83 57.72 -
YUV 173.61 138.38 77.64 -
System Red Green Blue C M Y K H S L
Decimal 103 206 192 0.50 0 0.07 0.19 171.84 0.51 0.61
Hex 67 CE C0 32 0 7 13 AC 33 3D
Octal 147 316 300 62 0 7 23 254 63 75
Binary 1100111 11001110 11000000 110010 0 111 10011 10101100 110011 111101

Color Harmonies of #67CEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67CEC0

Black with #67CEC0

Text Example


Text Example

White with #67CEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,206,192); }

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

background-color css

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

 a { background-color: rgb(103,206,192); }

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

border-color css

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

 span { border-color: rgb(103,206,192); }

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