Html Css Color HEX #67C0BB Downy

📋 copy color: '#67C0BB'

red 103 ◦ green 192 ◦ blue 187

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

Shades of Downy #67C0BB

Tints of Downy #67C0BB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 21.37%
G = 39.83%
B = 38.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#67C0BB (or 0x67C0BB) is known color: Downy. HEX triplet: 67, C0 and BB. RGB value is (103,192,187). Sum of RGB (Red+Green+Blue) = 103+192+187=482 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.37% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #67C0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C0BB is #983F44. Grayscale: #A4A4A4. Windows color (decimal): -9977669 or 12304487. OLE color: 12304487.

HSL color Cylindrical-coordinate representation of color #67C0BB: hue angle of 176.63º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67C0BB is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 192 187 -
CMYK 0.46 0 0.03 0.25
HSL 176.63º 0.41% 0.58% -
HSV(B) 176.63º 0.46% 0.75% -
XYZ 33.41 44.17 53.78 -
YUV 164.82 140.51 83.91 -
System Red Green Blue C M Y K H S L
Decimal 103 192 187 0.46 0 0.03 0.25 176.63 0.41 0.58
Hex 67 C0 BB 2E 0 3 19 B1 29 3A
Octal 147 300 273 56 0 3 31 261 51 72
Binary 1100111 11000000 10111011 101110 0 11 11001 10110001 101001 111010

Color Harmonies of #67C0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67C0BB

Black with #67C0BB

Text Example


Text Example

White with #67C0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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