Html Css Color HEX #0A8A64 Deep Sea

📋 copy color: '#0A8A64'

red 10 ◦ green 138 ◦ blue 100

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

Shades of Deep Sea #0A8A64

Tints of Deep Sea #0A8A64

RGB

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

 GREEN value IS 138 (54.3% from 255) = 55.65%

 BLUE value IS 100 (39.45% from 255) = 40.32%

R = 4.03%
G = 55.65%
B = 40.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#0A8A64 (or 0x0A8A64) is known color: Deep Sea. HEX triplet: 0A, 8A and 64. RGB value is (10,138,100). Sum of RGB (Red+Green+Blue) = 10+138+100=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 138 (54.30% from 255 or 55.65% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8A64 is #F5759B. Grayscale: #5F5F5F. Windows color (decimal): -16086428 or 6588938. OLE color: 6588938.

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

Color convert

RGB 10 138 100 -
CMYK 0.93 0 0.28 0.46
HSL 162.19º 0.86% 0.29% -
HSV(B) 162.19º 0.93% 0.54% -
XYZ 11.51 19.16 15.15 -
YUV 95.4 130.59 67.09 -
System Red Green Blue C M Y K H S L
Decimal 10 138 100 0.93 0 0.28 0.46 162.19 0.86 0.29
Hex A 8A 64 5D 0 1C 2E A2 56 1D
Octal 12 212 144 135 0 34 56 242 126 35
Binary 1010 10001010 1100100 1011101 0 11100 101110 10100010 1010110 11101

Color Harmonies of #0A8A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8A64

Black with #0A8A64

Text Example


Text Example

White with #0A8A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,138,100); }

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

background-color css

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

 a { background-color: rgb(10,138,100); }

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

border-color css

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

 span { border-color: rgb(10,138,100); }

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