Html Css Color HEX #18826E Deep Sea

📋 copy color: '#18826E'

red 24 ◦ green 130 ◦ blue 110

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

Shades of Deep Sea #18826E

Tints of Deep Sea #18826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.67%

R = 9.09%
G = 49.24%
B = 41.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#18826E (or 0x18826E) is known color: Deep Sea. HEX triplet: 18, 82 and 6E. RGB value is (24,130,110). Sum of RGB (Red+Green+Blue) = 24+130+110=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #18826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18826E is #E77D91. Grayscale: #606060. Windows color (decimal): -15170962 or 7242264. OLE color: 7242264.

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

Color convert

RGB 24 130 110 -
CMYK 0.82 0 0.15 0.49
HSL 168.68º 0.69% 0.3% -
HSV(B) 168.68º 0.82% 0.51% -
XYZ 11.17 17.29 17.5 -
YUV 96.03 135.88 76.63 -
System Red Green Blue C M Y K H S L
Decimal 24 130 110 0.82 0 0.15 0.49 168.68 0.69 0.3
Hex 18 82 6E 52 0 F 31 A9 45 1E
Octal 30 202 156 122 0 17 61 251 105 36
Binary 11000 10000010 1101110 1010010 0 1111 110001 10101001 1000101 11110

Color Harmonies of #18826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18826E

Black with #18826E

Text Example


Text Example

White with #18826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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