Html Css Color HEX #0C815D Deep Sea

📋 copy color: '#0C815D'

red 12 ◦ green 129 ◦ blue 93

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

Shades of Deep Sea #0C815D

Tints of Deep Sea #0C815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.13%

 BLUE value IS 93 (36.72% from 255) = 39.74%

R = 5.13%
G = 55.13%
B = 39.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#0C815D (or 0x0C815D) is known color: Deep Sea. HEX triplet: 0C, 81 and 5D. RGB value is (12,129,93). Sum of RGB (Red+Green+Blue) = 12+129+93=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #0C815D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C815D is #F37EA2. Grayscale: #595959. Windows color (decimal): -15957667 or 6127884. OLE color: 6127884.

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

Color convert

RGB 12 129 93 -
CMYK 0.91 0 0.28 0.49
HSL 161.54º 0.83% 0.28% -
HSV(B) 161.54º 0.91% 0.51% -
XYZ 9.98 16.57 13.03 -
YUV 89.91 129.74 72.43 -
System Red Green Blue C M Y K H S L
Decimal 12 129 93 0.91 0 0.28 0.49 161.54 0.83 0.28
Hex C 81 5D 5B 0 1C 31 A2 53 1C
Octal 14 201 135 133 0 34 61 242 123 34
Binary 1100 10000001 1011101 1011011 0 11100 110001 10100010 1010011 11100

Color Harmonies of #0C815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C815D

Black with #0C815D

Text Example


Text Example

White with #0C815D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,129,93); }

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

background-color css

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

 a { background-color: rgb(12,129,93); }

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

border-color css

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

 span { border-color: rgb(12,129,93); }

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