Html Css Color HEX #107462 Deep Sea

📋 copy color: '#107462'

red 16 ◦ green 116 ◦ blue 98

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

Shades of Deep Sea #107462

Tints of Deep Sea #107462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.43%

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

R = 6.96%
G = 50.43%
B = 42.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#107462 (or 0x107462) is known color: Deep Sea. HEX triplet: 10, 74 and 62. RGB value is (16,116,98). Sum of RGB (Red+Green+Blue) = 16+116+98=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #107462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107462 is #EF8B9D. Grayscale: #545454. Windows color (decimal): -15698846 or 6452240. OLE color: 6452240.

HSL color Cylindrical-coordinate representation of color #107462: hue angle of 169.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107462 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 116 98 -
CMYK 0.86 0 0.16 0.55
HSL 169.2º 0.76% 0.26% -
HSV(B) 169.2º 0.86% 0.45% -
XYZ 8.66 13.48 13.7 -
YUV 84.05 135.87 79.46 -
System Red Green Blue C M Y K H S L
Decimal 16 116 98 0.86 0 0.16 0.55 169.2 0.76 0.26
Hex 10 74 62 56 0 10 37 A9 4C 1A
Octal 20 164 142 126 0 20 67 251 114 32
Binary 10000 1110100 1100010 1010110 0 10000 110111 10101001 1001100 11010

Color Harmonies of #107462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107462

Black with #107462

Text Example


Text Example

White with #107462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107462; }

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

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

background-color css

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

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

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

border-color css

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

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

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