Html Css Color HEX #18746C Deep Sea

📋 copy color: '#18746C'

red 24 ◦ green 116 ◦ blue 108

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

Shades of Deep Sea #18746C

Tints of Deep Sea #18746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.77%

 BLUE value IS 108 (42.58% from 255) = 43.55%

R = 9.68%
G = 46.77%
B = 43.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#18746C (or 0x18746C) is known color: Deep Sea. HEX triplet: 18, 74 and 6C. RGB value is (24,116,108). Sum of RGB (Red+Green+Blue) = 24+116+108=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #18746C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18746C is #E78B93. Grayscale: #575757. Windows color (decimal): -15174548 or 7107608. OLE color: 7107608.

HSL color Cylindrical-coordinate representation of color #18746C: hue angle of 174.78º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18746C is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 116 108 -
CMYK 0.79 0 0.07 0.55
HSL 174.78º 0.66% 0.27% -
HSV(B) 174.78º 0.79% 0.45% -
XYZ 9.33 13.77 16.35 -
YUV 87.58 139.52 82.65 -
System Red Green Blue C M Y K H S L
Decimal 24 116 108 0.79 0 0.07 0.55 174.78 0.66 0.27
Hex 18 74 6C 4F 0 7 37 AF 42 1B
Octal 30 164 154 117 0 7 67 257 102 33
Binary 11000 1110100 1101100 1001111 0 111 110111 10101111 1000010 11011

Color Harmonies of #18746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18746C

Black with #18746C

Text Example


Text Example

White with #18746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,116,108); }

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

background-color css

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

 a { background-color: rgb(24,116,108); }

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

border-color css

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

 span { border-color: rgb(24,116,108); }

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