Html Css Color HEX #0A8662 Deep Sea

📋 copy color: '#0A8662'

red 10 ◦ green 134 ◦ blue 98

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

Shades of Deep Sea #0A8662

Tints of Deep Sea #0A8662

RGB

 RED value IS 10 (4.3% from 255) = 4.13%

 GREEN value IS 134 (52.73% from 255) = 55.37%

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

R = 4.13%
G = 55.37%
B = 40.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#0A8662 (or 0x0A8662) is known color: Deep Sea. HEX triplet: 0A, 86 and 62. RGB value is (10,134,98). Sum of RGB (Red+Green+Blue) = 10+134+98=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8662 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8662 is #F5799D. Grayscale: #5C5C5C. Windows color (decimal): -16087454 or 6456842. OLE color: 6456842.

HSL color Cylindrical-coordinate representation of color #0A8662: hue angle of 162.58º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8662 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 134 98 -
CMYK 0.93 0 0.27 0.47
HSL 162.58º 0.86% 0.28% -
HSV(B) 162.58º 0.93% 0.53% -
XYZ 10.85 18 14.46 -
YUV 92.82 130.92 68.93 -
System Red Green Blue C M Y K H S L
Decimal 10 134 98 0.93 0 0.27 0.47 162.58 0.86 0.28
Hex A 86 62 5D 0 1B 2F A3 56 1C
Octal 12 206 142 135 0 33 57 243 126 34
Binary 1010 10000110 1100010 1011101 0 11011 101111 10100011 1010110 11100

Color Harmonies of #0A8662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8662

Black with #0A8662

Text Example


Text Example

White with #0A8662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A8662; }

 p { color: rgb(10,134,98); }

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

background-color css

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

 a { background-color: rgb(10,134,98); }

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

border-color css

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

 span { border-color: rgb(10,134,98); }

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