Html Css Color HEX #104142 Cyprus

📋 copy color: '#104142'

red 16 ◦ green 65 ◦ blue 66

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

Shades of Cyprus #104142

Tints of Cyprus #104142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.22%

 BLUE value IS 66 (26.17% from 255) = 44.9%

R = 10.88%
G = 44.22%
B = 44.9%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#104142 (or 0x104142) is known color: Cyprus. HEX triplet: 10, 41 and 42. RGB value is (16,65,66). Sum of RGB (Red+Green+Blue) = 16+65+66=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 66 - color contains mainly: blue. Hex color #104142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104142 is #EFBEBD. Grayscale: #323232. Windows color (decimal): -15711934 or 4342032. OLE color: 4342032.

HSL color Cylindrical-coordinate representation of color #104142: hue angle of 181.2º 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 #104142 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 16 65 66 -
CMYK 0.76 0.02 0 0.74
HSL 181.2º 0.61% 0.16% -
HSV(B) 181.2º 0.76% 0.26% -
XYZ 3.09 4.28 5.82 -
YUV 50.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 16 65 66 0.76 0.02 0 0.74 181.2 0.61 0.16
Hex 10 41 42 4C 2 0 4A B5 3D 10
Octal 20 101 102 114 2 0 112 265 75 20
Binary 10000 1000001 1000010 1001100 10 0 1001010 10110101 111101 10000

Color Harmonies of #104142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104142

Black with #104142

Text Example


Text Example

White with #104142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104142; }

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

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

background-color css

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

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

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

border-color css

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

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

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