Html Css Color HEX #0C825F Deep Sea

📋 copy color: '#0C825F'

red 12 ◦ green 130 ◦ blue 95

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

Shades of Deep Sea #0C825F

Tints of Deep Sea #0C825F

RGB

 RED value IS 12 (5.08% from 255) = 5.06%

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

 BLUE value IS 95 (37.5% from 255) = 40.08%

R = 5.06%
G = 54.85%
B = 40.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#0C825F (or 0x0C825F) is known color: Deep Sea. HEX triplet: 0C, 82 and 5F. RGB value is (12,130,95). Sum of RGB (Red+Green+Blue) = 12+130+95=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #0C825F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C825F is #F37DA0. Grayscale: #5A5A5A. Windows color (decimal): -15957409 or 6259212. OLE color: 6259212.

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

Color convert

RGB 12 130 95 -
CMYK 0.91 0 0.27 0.49
HSL 162.2º 0.83% 0.28% -
HSV(B) 162.2º 0.91% 0.51% -
XYZ 10.2 16.87 13.55 -
YUV 90.73 130.41 71.85 -
System Red Green Blue C M Y K H S L
Decimal 12 130 95 0.91 0 0.27 0.49 162.2 0.83 0.28
Hex C 82 5F 5B 0 1B 31 A2 53 1C
Octal 14 202 137 133 0 33 61 242 123 34
Binary 1100 10000010 1011111 1011011 0 11011 110001 10100010 1010011 11100

Color Harmonies of #0C825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C825F

Black with #0C825F

Text Example


Text Example

White with #0C825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,130,95); }

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

background-color css

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

 a { background-color: rgb(12,130,95); }

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

border-color css

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

 span { border-color: rgb(12,130,95); }

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