Html Css Color HEX #108A5E Deep Sea

📋 copy color: '#108A5E'

red 16 ◦ green 138 ◦ blue 94

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

Shades of Deep Sea #108A5E

Tints of Deep Sea #108A5E

RGB

 RED value IS 16 (6.64% from 255) = 6.45%

 GREEN value IS 138 (54.3% from 255) = 55.65%

 BLUE value IS 94 (37.11% from 255) = 37.9%

R = 6.45%
G = 55.65%
B = 37.9%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#108A5E (or 0x108A5E) is known color: Deep Sea. HEX triplet: 10, 8A and 5E. RGB value is (16,138,94). Sum of RGB (Red+Green+Blue) = 16+138+94=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 138 (54.30% from 255 or 55.65% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 138 - color contains mainly: green. Hex color #108A5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108A5E is #EF75A1. Grayscale: #606060. Windows color (decimal): -15693218 or 6195728. OLE color: 6195728.

HSL color Cylindrical-coordinate representation of color #108A5E: hue angle of 158.36º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108A5E is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 138 94 -
CMYK 0.88 0 0.32 0.46
HSL 158.36º 0.79% 0.3% -
HSV(B) 158.36º 0.88% 0.54% -
XYZ 11.32 19.1 13.68 -
YUV 96.51 126.58 70.58 -
System Red Green Blue C M Y K H S L
Decimal 16 138 94 0.88 0 0.32 0.46 158.36 0.79 0.3
Hex 10 8A 5E 58 0 20 2E 9E 4F 1E
Octal 20 212 136 130 0 40 56 236 117 36
Binary 10000 10001010 1011110 1011000 0 100000 101110 10011110 1001111 11110

Color Harmonies of #108A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108A5E

Black with #108A5E

Text Example


Text Example

White with #108A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108A5E; }

 p { color: rgb(16,138,94); }

 H1.HeaderClassName
 {
   color: #108A5E;
 }
 .AnyTagClassName
 {
   color: #108A5E;
 }
</style>

background-color css

<style>
 a { background-color: #108A5E; }

 a { background-color: rgb(16,138,94); }

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

border-color css

<style>
 span { border-color: #108A5E; }

 span { border-color: rgb(16,138,94); }

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