Html Css Color HEX #0C7F64 Deep Sea

📋 copy color: '#0C7F64'

red 12 ◦ green 127 ◦ blue 100

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

Shades of Deep Sea #0C7F64

Tints of Deep Sea #0C7F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 41.84%

R = 5.02%
G = 53.14%
B = 41.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#0C7F64 (or 0x0C7F64) is known color: Deep Sea. HEX triplet: 0C, 7F and 64. RGB value is (12,127,100). Sum of RGB (Red+Green+Blue) = 12+127+100=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 127 (50% from 255 or 53.14% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 127 - color contains mainly: green. Hex color #0C7F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7F64 is #F3809B. Grayscale: #595959. Windows color (decimal): -15958172 or 6586124. OLE color: 6586124.

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

Color convert

RGB 12 127 100 -
CMYK 0.91 0 0.21 0.50
HSL 165.91º 0.83% 0.27% -
HSV(B) 165.91º 0.91% 0.5% -
XYZ 10.04 16.18 14.65 -
YUV 89.54 133.9 72.7 -
System Red Green Blue C M Y K H S L
Decimal 12 127 100 0.91 0 0.21 0.50 165.91 0.83 0.27
Hex C 7F 64 5B 0 15 32 A6 53 1B
Octal 14 177 144 133 0 25 62 246 123 33
Binary 1100 1111111 1100100 1011011 0 10101 110010 10100110 1010011 11011

Color Harmonies of #0C7F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7F64

Black with #0C7F64

Text Example


Text Example

White with #0C7F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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