Html Css Color HEX #0A846B Deep Sea

📋 copy color: '#0A846B'

red 10 ◦ green 132 ◦ blue 107

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

Shades of Deep Sea #0A846B

Tints of Deep Sea #0A846B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.97%

R = 4.02%
G = 53.01%
B = 42.97%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#0A846B (or 0x0A846B) is known color: Deep Sea. HEX triplet: 0A, 84 and 6B. RGB value is (10,132,107). Sum of RGB (Red+Green+Blue) = 10+132+107=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #0A846B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A846B is #F57B94. Grayscale: #5C5C5C. Windows color (decimal): -16087957 or 7046154. OLE color: 7046154.

HSL color Cylindrical-coordinate representation of color #0A846B: hue angle of 167.7º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A846B is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 132 107 -
CMYK 0.92 0 0.19 0.48
HSL 167.7º 0.86% 0.28% -
HSV(B) 167.7º 0.92% 0.52% -
XYZ 11.03 17.63 16.73 -
YUV 92.67 136.08 69.03 -
System Red Green Blue C M Y K H S L
Decimal 10 132 107 0.92 0 0.19 0.48 167.7 0.86 0.28
Hex A 84 6B 5C 0 13 30 A8 56 1C
Octal 12 204 153 134 0 23 60 250 126 34
Binary 1010 10000100 1101011 1011100 0 10011 110000 10101000 1010110 11100

Color Harmonies of #0A846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A846B

Black with #0A846B

Text Example


Text Example

White with #0A846B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,132,107); }

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

background-color css

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

 a { background-color: rgb(10,132,107); }

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

border-color css

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

 span { border-color: rgb(10,132,107); }

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