Html Css Color HEX #18474C Tiber

📋 copy color: '#18474C'

red 24 ◦ green 71 ◦ blue 76

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

Shades of Tiber #18474C

Tints of Tiber #18474C

RGB

 RED value IS 24 (9.77% from 255) = 14.04%

 GREEN value IS 71 (28.13% from 255) = 41.52%

 BLUE value IS 76 (30.08% from 255) = 44.44%

R = 14.04%
G = 41.52%
B = 44.44%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18474C (or 0x18474C) is known color: Tiber. HEX triplet: 18, 47 and 4C. RGB value is (24,71,76). Sum of RGB (Red+Green+Blue) = 24+71+76=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #18474C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18474C is #E7B8B3. Grayscale: #393939. Windows color (decimal): -15186100 or 4998936. OLE color: 4998936.

HSL color Cylindrical-coordinate representation of color #18474C: hue angle of 185.77º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18474C is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 71 76 -
CMYK 0.68 0.07 0 0.70
HSL 185.77º 0.52% 0.2% -
HSV(B) 185.77º 0.68% 0.3% -
XYZ 3.93 5.22 7.64 -
YUV 57.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 24 71 76 0.68 0.07 0 0.70 185.77 0.52 0.2
Hex 18 47 4C 44 7 0 46 BA 34 14
Octal 30 107 114 104 7 0 106 272 64 24
Binary 11000 1000111 1001100 1000100 111 0 1000110 10111010 110100 10100

Color Harmonies of #18474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18474C

Black with #18474C

Text Example


Text Example

White with #18474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18474C; }

 p { color: rgb(24,71,76); }

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

background-color css

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

 a { background-color: rgb(24,71,76); }

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

border-color css

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

 span { border-color: rgb(24,71,76); }

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