Html Css Color HEX #0A826C Deep Sea

📋 copy color: '#0A826C'

red 10 ◦ green 130 ◦ blue 108

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

Shades of Deep Sea #0A826C

Tints of Deep Sea #0A826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.42%

 BLUE value IS 108 (42.58% from 255) = 43.55%

R = 4.03%
G = 52.42%
B = 43.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#0A826C (or 0x0A826C) is known color: Deep Sea. HEX triplet: 0A, 82 and 6C. RGB value is (10,130,108). Sum of RGB (Red+Green+Blue) = 10+130+108=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #0A826C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A826C is #F57D93. Grayscale: #5B5B5B. Windows color (decimal): -16088468 or 7111178. OLE color: 7111178.

HSL color Cylindrical-coordinate representation of color #0A826C: hue angle of 169º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A826C is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 10 130 108 -
CMYK 0.92 0 0.17 0.49
HSL 169º 0.86% 0.27% -
HSV(B) 169º 0.92% 0.51% -
XYZ 10.81 17.11 16.92 -
YUV 91.61 137.24 69.79 -
System Red Green Blue C M Y K H S L
Decimal 10 130 108 0.92 0 0.17 0.49 169 0.86 0.27
Hex A 82 6C 5C 0 11 31 A9 56 1B
Octal 12 202 154 134 0 21 61 251 126 33
Binary 1010 10000010 1101100 1011100 0 10001 110001 10101001 1010110 11011

Color Harmonies of #0A826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A826C

Black with #0A826C

Text Example


Text Example

White with #0A826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,130,108); }

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

background-color css

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

 a { background-color: rgb(10,130,108); }

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

border-color css

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

 span { border-color: rgb(10,130,108); }

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