Html Css Color HEX #0C8058 Deep Sea

📋 copy color: '#0C8058'

red 12 ◦ green 128 ◦ blue 88

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

Shades of Deep Sea #0C8058

Tints of Deep Sea #0C8058

RGB

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

 GREEN value IS 128 (50.39% from 255) = 56.14%

 BLUE value IS 88 (34.77% from 255) = 38.6%

R = 5.26%
G = 56.14%
B = 38.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#0C8058 (or 0x0C8058) is known color: Deep Sea. HEX triplet: 0C, 80 and 58. RGB value is (12,128,88). Sum of RGB (Red+Green+Blue) = 12+128+88=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #0C8058 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8058 is #F37FA7. Grayscale: #585858. Windows color (decimal): -15957928 or 5799948. OLE color: 5799948.

HSL color Cylindrical-coordinate representation of color #0C8058: hue angle of 159.31º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8058 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 12 128 88 -
CMYK 0.91 0 0.31 0.50
HSL 159.31º 0.83% 0.27% -
HSV(B) 159.31º 0.91% 0.5% -
XYZ 9.63 16.22 11.86 -
YUV 88.76 127.57 73.25 -
System Red Green Blue C M Y K H S L
Decimal 12 128 88 0.91 0 0.31 0.50 159.31 0.83 0.27
Hex C 80 58 5B 0 1F 32 9F 53 1B
Octal 14 200 130 133 0 37 62 237 123 33
Binary 1100 10000000 1011000 1011011 0 11111 110010 10011111 1010011 11011

Color Harmonies of #0C8058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8058

Black with #0C8058

Text Example


Text Example

White with #0C8058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,128,88); }

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

background-color css

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

 a { background-color: rgb(12,128,88); }

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

border-color css

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

 span { border-color: rgb(12,128,88); }

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