Html Css Color HEX #104848 Cyprus

📋 copy color: '#104848'

red 16 ◦ green 72 ◦ blue 72

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

Shades of Cyprus #104848

Tints of Cyprus #104848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45%

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

R = 10%
G = 45%
B = 45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#104848 (or 0x104848) is known color: Cyprus. HEX triplet: 10, 48 and 48. RGB value is (16,72,72). Sum of RGB (Red+Green+Blue) = 16+72+72=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #104848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104848 is #EFB7B7. Grayscale: #373737. Windows color (decimal): -15710136 or 4737040. OLE color: 4737040.

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

Color convert

RGB 16 72 72 -
CMYK 0.78 0 0 0.72
HSL 180º 0.64% 0.17% -
HSV(B) 180º 0.78% 0.28% -
XYZ 3.7 5.21 6.94 -
YUV 55.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 16 72 72 0.78 0 0 0.72 180 0.64 0.17
Hex 10 48 48 4E 0 0 48 B4 40 11
Octal 20 110 110 116 0 0 110 264 100 21
Binary 10000 1001000 1001000 1001110 0 0 1001000 10110100 1000000 10001

Color Harmonies of #104848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104848

Black with #104848

Text Example


Text Example

White with #104848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104848; }

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

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

background-color css

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

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

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

border-color css

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

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

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