Html Css Color HEX #104C43 Cyprus

📋 copy color: '#104C43'

red 16 ◦ green 76 ◦ blue 67

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

Shades of Cyprus #104C43

Tints of Cyprus #104C43

RGB

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

 GREEN value IS 76 (30.08% from 255) = 47.8%

 BLUE value IS 67 (26.56% from 255) = 42.14%

R = 10.06%
G = 47.8%
B = 42.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#104C43 (or 0x104C43) is known color: Cyprus. HEX triplet: 10, 4C and 43. RGB value is (16,76,67). Sum of RGB (Red+Green+Blue) = 16+76+67=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #104C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C43 is #EFB3BC. Grayscale: #393939. Windows color (decimal): -15709117 or 4410384. OLE color: 4410384.

HSL color Cylindrical-coordinate representation of color #104C43: hue angle of 171º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C43 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 76 67 -
CMYK 0.79 0 0.12 0.70
HSL 171º 0.65% 0.18% -
HSV(B) 171º 0.79% 0.3% -
XYZ 3.81 5.68 6.21 -
YUV 57.03 133.62 98.73 -
System Red Green Blue C M Y K H S L
Decimal 16 76 67 0.79 0 0.12 0.70 171 0.65 0.18
Hex 10 4C 43 4F 0 C 46 AB 41 12
Octal 20 114 103 117 0 14 106 253 101 22
Binary 10000 1001100 1000011 1001111 0 1100 1000110 10101011 1000001 10010

Color Harmonies of #104C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C43

Black with #104C43

Text Example


Text Example

White with #104C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104C43; }

 p { color: rgb(16,76,67); }

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

background-color css

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

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

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

border-color css

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

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

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