Html Css Color HEX #104040 Cyprus

📋 copy color: '#104040'

red 16 ◦ green 64 ◦ blue 64

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

Shades of Cyprus #104040

Tints of Cyprus #104040

RGB

 RED value IS 16 (6.64% from 255) = 11.11%

 GREEN value IS 64 (25.39% from 255) = 44.44%

 BLUE value IS 64 (25.39% from 255) = 44.44%

R = 11.11%
G = 44.44%
B = 44.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#104040 (or 0x104040) is known color: Cyprus. HEX triplet: 10, 40 and 40. RGB value is (16,64,64). Sum of RGB (Red+Green+Blue) = 16+64+64=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #104040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104040 is #EFBFBF. Grayscale: #313131. Windows color (decimal): -15712192 or 4210704. OLE color: 4210704.

HSL color Cylindrical-coordinate representation of color #104040: hue angle of 180º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104040 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 64 64 -
CMYK 0.75 0 0 0.75
HSL 180º 0.6% 0.16% -
HSV(B) 180º 0.75% 0.25% -
XYZ 2.97 4.15 5.49 -
YUV 49.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 16 64 64 0.75 0 0 0.75 180 0.6 0.16
Hex 10 40 40 4B 0 0 4B B4 3C 10
Octal 20 100 100 113 0 0 113 264 74 20
Binary 10000 1000000 1000000 1001011 0 0 1001011 10110100 111100 10000

Color Harmonies of #104040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104040

Black with #104040

Text Example


Text Example

White with #104040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104040; }

 p { color: rgb(16,64,64); }

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

background-color css

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

 a { background-color: rgb(16,64,64); }

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

border-color css

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

 span { border-color: rgb(16,64,64); }

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