Html Css Color HEX #0C825A Deep Sea

📋 copy color: '#0C825A'

red 12 ◦ green 130 ◦ blue 90

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

Shades of Deep Sea #0C825A

Tints of Deep Sea #0C825A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.79%

R = 5.17%
G = 56.03%
B = 38.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#0C825A (or 0x0C825A) is known color: Deep Sea. HEX triplet: 0C, 82 and 5A. RGB value is (12,130,90). Sum of RGB (Red+Green+Blue) = 12+130+90=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #0C825A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C825A is #F37DA5. Grayscale: #5A5A5A. Windows color (decimal): -15957414 or 5931532. OLE color: 5931532.

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

Color convert

RGB 12 130 90 -
CMYK 0.91 0 0.31 0.49
HSL 159.66º 0.83% 0.28% -
HSV(B) 159.66º 0.91% 0.51% -
XYZ 9.98 16.78 12.39 -
YUV 90.16 127.91 72.25 -
System Red Green Blue C M Y K H S L
Decimal 12 130 90 0.91 0 0.31 0.49 159.66 0.83 0.28
Hex C 82 5A 5B 0 1F 31 A0 53 1C
Octal 14 202 132 133 0 37 61 240 123 34
Binary 1100 10000010 1011010 1011011 0 11111 110001 10100000 1010011 11100

Color Harmonies of #0C825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C825A

Black with #0C825A

Text Example


Text Example

White with #0C825A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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