Html Css Color HEX #0C825B Deep Sea

📋 copy color: '#0C825B'

red 12 ◦ green 130 ◦ blue 91

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

Shades of Deep Sea #0C825B

Tints of Deep Sea #0C825B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.06%

R = 5.15%
G = 55.79%
B = 39.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#0C825B (or 0x0C825B) is known color: Deep Sea. HEX triplet: 0C, 82 and 5B. RGB value is (12,130,91). Sum of RGB (Red+Green+Blue) = 12+130+91=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #0C825B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C825B is #F37DA4. Grayscale: #5A5A5A. Windows color (decimal): -15957413 or 5997068. OLE color: 5997068.

HSL color Cylindrical-coordinate representation of color #0C825B: hue angle of 160.17º 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 #0C825B is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 12 130 91 -
CMYK 0.91 0 0.30 0.49
HSL 160.17º 0.83% 0.28% -
HSV(B) 160.17º 0.91% 0.51% -
XYZ 10.02 16.8 12.61 -
YUV 90.27 128.41 72.17 -
System Red Green Blue C M Y K H S L
Decimal 12 130 91 0.91 0 0.30 0.49 160.17 0.83 0.28
Hex C 82 5B 5B 0 1E 31 A0 53 1C
Octal 14 202 133 133 0 36 61 240 123 34
Binary 1100 10000010 1011011 1011011 0 11110 110001 10100000 1010011 11100

Color Harmonies of #0C825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C825B

Black with #0C825B

Text Example


Text Example

White with #0C825B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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