Html Css Color HEX #104240 Cyprus

📋 copy color: '#104240'

red 16 ◦ green 66 ◦ blue 64

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

Shades of Cyprus #104240

Tints of Cyprus #104240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.21%

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

R = 10.96%
G = 45.21%
B = 43.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#104240 (or 0x104240) is known color: Cyprus. HEX triplet: 10, 42 and 40. RGB value is (16,66,64). Sum of RGB (Red+Green+Blue) = 16+66+64=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #104240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104240 is #EFBDBF. Grayscale: #323232. Windows color (decimal): -15711680 or 4211216. OLE color: 4211216.

HSL color Cylindrical-coordinate representation of color #104240: hue angle of 177.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104240 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 16 66 64 -
CMYK 0.76 0 0.03 0.74
HSL 177.6º 0.61% 0.16% -
HSV(B) 177.6º 0.76% 0.26% -
XYZ 3.09 4.38 5.53 -
YUV 50.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 16 66 64 0.76 0 0.03 0.74 177.6 0.61 0.16
Hex 10 42 40 4C 0 3 4A B2 3D 10
Octal 20 102 100 114 0 3 112 262 75 20
Binary 10000 1000010 1000000 1001100 0 11 1001010 10110010 111101 10000

Color Harmonies of #104240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104240

Black with #104240

Text Example


Text Example

White with #104240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104240; }

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

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

background-color css

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

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

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

border-color css

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

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

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