Html Css Color HEX #18826C Deep Sea

📋 copy color: '#18826C'

red 24 ◦ green 130 ◦ blue 108

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

Shades of Deep Sea #18826C

Tints of Deep Sea #18826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.62%

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

R = 9.16%
G = 49.62%
B = 41.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#18826C (or 0x18826C) is known color: Deep Sea. HEX triplet: 18, 82 and 6C. RGB value is (24,130,108). Sum of RGB (Red+Green+Blue) = 24+130+108=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #18826C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18826C is #E77D93. Grayscale: #5F5F5F. Windows color (decimal): -15170964 or 7111192. OLE color: 7111192.

HSL color Cylindrical-coordinate representation of color #18826C: hue angle of 167.55º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18826C is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 130 108 -
CMYK 0.82 0 0.17 0.49
HSL 167.55º 0.69% 0.3% -
HSV(B) 167.55º 0.82% 0.51% -
XYZ 11.07 17.24 16.93 -
YUV 95.8 134.88 76.79 -
System Red Green Blue C M Y K H S L
Decimal 24 130 108 0.82 0 0.17 0.49 167.55 0.69 0.3
Hex 18 82 6C 52 0 11 31 A8 45 1E
Octal 30 202 154 122 0 21 61 250 105 36
Binary 11000 10000010 1101100 1010010 0 10001 110001 10101000 1000101 11110

Color Harmonies of #18826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18826C

Black with #18826C

Text Example


Text Example

White with #18826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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