Html Css Color HEX #0C8B5F Deep Sea

📋 copy color: '#0C8B5F'

red 12 ◦ green 139 ◦ blue 95

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

Shades of Deep Sea #0C8B5F

Tints of Deep Sea #0C8B5F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 56.5%

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

R = 4.88%
G = 56.5%
B = 38.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#0C8B5F (or 0x0C8B5F) is known color: Deep Sea. HEX triplet: 0C, 8B and 5F. RGB value is (12,139,95). Sum of RGB (Red+Green+Blue) = 12+139+95=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 139 (54.69% from 255 or 56.50% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8B5F is #F374A0. Grayscale: #606060. Windows color (decimal): -15955105 or 6261516. OLE color: 6261516.

HSL color Cylindrical-coordinate representation of color #0C8B5F: hue angle of 159.21º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8B5F is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 139 95 -
CMYK 0.91 0 0.32 0.45
HSL 159.21º 0.84% 0.3% -
HSV(B) 159.21º 0.91% 0.55% -
XYZ 11.45 19.37 13.96 -
YUV 96.01 127.42 68.08 -
System Red Green Blue C M Y K H S L
Decimal 12 139 95 0.91 0 0.32 0.45 159.21 0.84 0.3
Hex C 8B 5F 5B 0 20 2D 9F 54 1E
Octal 14 213 137 133 0 40 55 237 124 36
Binary 1100 10001011 1011111 1011011 0 100000 101101 10011111 1010100 11110

Color Harmonies of #0C8B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8B5F

Black with #0C8B5F

Text Example


Text Example

White with #0C8B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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