Html Css Color HEX #0C7F59 Deep Sea

📋 copy color: '#0C7F59'

red 12 ◦ green 127 ◦ blue 89

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

Shades of Deep Sea #0C7F59

Tints of Deep Sea #0C7F59

RGB

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

 GREEN value IS 127 (50% from 255) = 55.7%

 BLUE value IS 89 (35.16% from 255) = 39.04%

R = 5.26%
G = 55.7%
B = 39.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#0C7F59 (or 0x0C7F59) is known color: Deep Sea. HEX triplet: 0C, 7F and 59. RGB value is (12,127,89). Sum of RGB (Red+Green+Blue) = 12+127+89=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 127 (50% from 255 or 55.70% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 127 - color contains mainly: green. Hex color #0C7F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7F59 is #F380A6. Grayscale: #585858. Windows color (decimal): -15958183 or 5865228. OLE color: 5865228.

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

Color convert

RGB 12 127 89 -
CMYK 0.91 0 0.30 0.50
HSL 160.17º 0.83% 0.27% -
HSV(B) 160.17º 0.91% 0.5% -
XYZ 9.54 15.98 12.03 -
YUV 88.28 128.4 73.59 -
System Red Green Blue C M Y K H S L
Decimal 12 127 89 0.91 0 0.30 0.50 160.17 0.83 0.27
Hex C 7F 59 5B 0 1E 32 A0 53 1B
Octal 14 177 131 133 0 36 62 240 123 33
Binary 1100 1111111 1011001 1011011 0 11110 110010 10100000 1010011 11011

Color Harmonies of #0C7F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7F59

Black with #0C7F59

Text Example


Text Example

White with #0C7F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,127,89); }

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

background-color css

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

 a { background-color: rgb(12,127,89); }

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

border-color css

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

 span { border-color: rgb(12,127,89); }

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