Html Css Color HEX #104948 Cyprus

📋 copy color: '#104948'

red 16 ◦ green 73 ◦ blue 72

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

Shades of Cyprus #104948

Tints of Cyprus #104948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.34%

 BLUE value IS 72 (28.52% from 255) = 44.72%

R = 9.94%
G = 45.34%
B = 44.72%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#104948 (or 0x104948) is known color: Cyprus. HEX triplet: 10, 49 and 48. RGB value is (16,73,72). Sum of RGB (Red+Green+Blue) = 16+73+72=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #104948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104948 is #EFB6B7. Grayscale: #373737. Windows color (decimal): -15709880 or 4737296. OLE color: 4737296.

HSL color Cylindrical-coordinate representation of color #104948: hue angle of 178.95º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104948 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 73 72 -
CMYK 0.78 0 0.01 0.71
HSL 178.95º 0.64% 0.17% -
HSV(B) 178.95º 0.78% 0.29% -
XYZ 3.77 5.34 6.96 -
YUV 55.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 16 73 72 0.78 0 0.01 0.71 178.95 0.64 0.17
Hex 10 49 48 4E 0 1 47 B3 40 11
Octal 20 111 110 116 0 1 107 263 100 21
Binary 10000 1001001 1001000 1001110 0 1 1000111 10110011 1000000 10001

Color Harmonies of #104948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104948

Black with #104948

Text Example


Text Example

White with #104948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104948; }

 p { color: rgb(16,73,72); }

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

background-color css

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

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

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

border-color css

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

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

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