Html Css Color HEX #0C815A Deep Sea

📋 copy color: '#0C815A'

red 12 ◦ green 129 ◦ blue 90

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

Shades of Deep Sea #0C815A

Tints of Deep Sea #0C815A

RGB

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

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

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

R = 5.19%
G = 55.84%
B = 38.96%

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

#0C815A (or 0x0C815A) is known color: Deep Sea. HEX triplet: 0C, 81 and 5A. RGB value is (12,129,90). Sum of RGB (Red+Green+Blue) = 12+129+90=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #0C815A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C815A is #F37EA5. Grayscale: #595959. Windows color (decimal): -15957670 or 5931276. OLE color: 5931276.

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

Color convert

RGB 12 129 90 -
CMYK 0.91 0 0.30 0.49
HSL 160º 0.83% 0.28% -
HSV(B) 160º 0.91% 0.51% -
XYZ 9.85 16.52 12.34 -
YUV 89.57 128.24 72.67 -
System Red Green Blue C M Y K H S L
Decimal 12 129 90 0.91 0 0.30 0.49 160 0.83 0.28
Hex C 81 5A 5B 0 1E 31 A0 53 1C
Octal 14 201 132 133 0 36 61 240 123 34
Binary 1100 10000001 1011010 1011011 0 11110 110001 10100000 1010011 11100

Color Harmonies of #0C815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C815A

Black with #0C815A

Text Example


Text Example

White with #0C815A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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