Html Css Color HEX #0A7D63 Deep Sea

📋 copy color: '#0A7D63'

red 10 ◦ green 125 ◦ blue 99

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

Shades of Deep Sea #0A7D63

Tints of Deep Sea #0A7D63

RGB

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

 GREEN value IS 125 (49.22% from 255) = 53.42%

 BLUE value IS 99 (39.06% from 255) = 42.31%

R = 4.27%
G = 53.42%
B = 42.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#0A7D63 (or 0x0A7D63) is known color: Deep Sea. HEX triplet: 0A, 7D and 63. RGB value is (10,125,99). Sum of RGB (Red+Green+Blue) = 10+125+99=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 125 (49.22% from 255 or 53.42% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7D63 is #F5829C. Grayscale: #575757. Windows color (decimal): -16089757 or 6520074. OLE color: 6520074.

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

Color convert

RGB 10 125 99 -
CMYK 0.92 0 0.21 0.51
HSL 166.43º 0.85% 0.26% -
HSV(B) 166.43º 0.92% 0.49% -
XYZ 9.71 15.63 14.31 -
YUV 87.65 134.4 72.61 -
System Red Green Blue C M Y K H S L
Decimal 10 125 99 0.92 0 0.21 0.51 166.43 0.85 0.26
Hex A 7D 63 5C 0 15 33 A6 55 1A
Octal 12 175 143 134 0 25 63 246 125 32
Binary 1010 1111101 1100011 1011100 0 10101 110011 10100110 1010101 11010

Color Harmonies of #0A7D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7D63

Black with #0A7D63

Text Example


Text Example

White with #0A7D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,125,99); }

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

background-color css

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

 a { background-color: rgb(10,125,99); }

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

border-color css

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

 span { border-color: rgb(10,125,99); }

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