#18826F

Color #18826F Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #18826F

Tints of Deep Sea #18826F

Color information

#18826F (or 0x18826F) is unknown color: approx Deep Sea. HEX triplet: 18, 82 and 6F. RGB value is (24,130,111). Sum of RGB (Red+Green+Blue) = 24+130+111=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #18826F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18826F is #E77D90. Grayscale: #606060. Windows color (decimal): -15170961 or 7307800. OLE color: 7307800.

HSL color Cylindrical-coordinate representation of color #18826F: hue angle of 169.25º 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 #18826F is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB24130111-
CMYK0.8200.150.49
HSL169.25º68.83%30.2%-
HSV(B)169.25º81.54%50.98%-
XYZ11.2317.3117.79-
YUV96.14136.3876.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.06%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=9.06%
G=49.06%
B=41.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal241301110.8200.150.49169.2568.8330.2
Hex18826F520F31a9451e
Octal302021571220176125110536
Binary1100010000010110111110100100111111000110101001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18826F;
 }
 .AnyTagClassName
 {
   color: #18826F;
 }
</style>
background-color css

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

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

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

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

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

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