Html Css Color HEX #108462 Deep Sea

📋 copy color: '#108462'

red 16 ◦ green 132 ◦ blue 98

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

Shades of Deep Sea #108462

Tints of Deep Sea #108462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.66%

 BLUE value IS 98 (38.67% from 255) = 39.84%

R = 6.5%
G = 53.66%
B = 39.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#108462 (or 0x108462) is known color: Deep Sea. HEX triplet: 10, 84 and 62. RGB value is (16,132,98). Sum of RGB (Red+Green+Blue) = 16+132+98=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #108462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108462 is #EF7B9D. Grayscale: #5D5D5D. Windows color (decimal): -15694750 or 6456336. OLE color: 6456336.

HSL color Cylindrical-coordinate representation of color #108462: hue angle of 162.41º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108462 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 16 132 98 -
CMYK 0.88 0 0.26 0.48
HSL 162.41º 0.78% 0.29% -
HSV(B) 162.41º 0.88% 0.52% -
XYZ 10.67 17.49 14.37 -
YUV 93.44 130.57 72.76 -
System Red Green Blue C M Y K H S L
Decimal 16 132 98 0.88 0 0.26 0.48 162.41 0.78 0.29
Hex 10 84 62 58 0 1A 30 A2 4E 1D
Octal 20 204 142 130 0 32 60 242 116 35
Binary 10000 10000100 1100010 1011000 0 11010 110000 10100010 1001110 11101

Color Harmonies of #108462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108462

Black with #108462

Text Example


Text Example

White with #108462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108462; }

 p { color: rgb(16,132,98); }

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

background-color css

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

 a { background-color: rgb(16,132,98); }

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

border-color css

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

 span { border-color: rgb(16,132,98); }

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